Package dev.langchain4j.kotlin.model.chat
See: Description
-
Class Summary Class Description PartialResponse Represents a partial response received from an AI language model during a streaming interaction. CompleteResponse Represents a final completion response received from the AI language model during the streaming chat process. Error Represents an error that occurred during the streaming process when generating a reply from the AI language model. ChatModelExtensionsKt StreamingChatModelExtensionsKt -
Interface Summary Interface Description StreamingChatModelReply Represents different types of replies that can be received from an AI language model during streaming.