Uses of Class
dev.langchain4j.model.chat.response.ChatResponse
Package
Description
-
Uses of ChatResponse in dev.langchain4j.model.azure
-
Uses of ChatResponse in dev.langchain4j.model.chat
Modifier and TypeMethodDescriptiondefault ChatResponse
ChatLanguageModel.chat
(ChatRequest chatRequest) This is the main API to interact with the chat model. -
Uses of ChatResponse in dev.langchain4j.model.chat.response
Modifier and TypeMethodDescriptionvoid
StreamingChatResponseHandler.onCompleteResponse
(ChatResponse completeResponse) Invoked when the model has finished streaming a response. -
Uses of ChatResponse in dev.langchain4j.model.googleai
-
Uses of ChatResponse in dev.langchain4j.model.ollama
-
Uses of ChatResponse in dev.langchain4j.model.openai
Modifier and TypeMethodDescriptionOpenAiStreamingResponseBuilder.build()
OpenAiChatModel.chat
(ChatRequest chatRequest) Modifier and TypeMethodDescriptionInternalOpenAiHelper.convertResponse
(ChatResponse chatResponse) -
Uses of ChatResponse in dev.langchain4j.service
Modifier and TypeMethodDescriptionAiServiceTokenStream.onCompleteResponse
(Consumer<ChatResponse> completionHandler) TokenStream.onCompleteResponse
(Consumer<ChatResponse> completeResponseHandler) The provided handler will be invoked when a language model finishes streaming a response.