Class StreamingChatModelReply.CompleteResponse
-
- All Implemented Interfaces:
-
dev.langchain4j.kotlin.model.chat.StreamingChatModelReply
public final class StreamingChatModelReply.CompleteResponse implements StreamingChatModelReply
Represents a final completion response received from the AI language model during the streaming chat process.
This data class encapsulates the complete response, which typically contains the final output of a model's reply in the context of a conversation.
-
-
Field Summary
Fields Modifier and Type Field Description private final ChatResponseresponse
-
Constructor Summary
Constructors Constructor Description StreamingChatModelReply.CompleteResponse(ChatResponse response)
-
Method Summary
Modifier and Type Method Description final ChatResponsegetResponse()-
-
Method Detail
-
getResponse
final ChatResponse getResponse()
-
-
-
-