Uses of Interface
dev.langchain4j.model.chat.response.StreamingChatResponseHandler
-
Uses of StreamingChatResponseHandler in dev.langchain4j.model.chat
Modifier and TypeMethodDescriptiondefault void
StreamingChatLanguageModel.chat
(ChatRequest chatRequest, StreamingChatResponseHandler handler) This is the main API to interact with the chat model. -
Uses of StreamingChatResponseHandler in dev.langchain4j.model.openai
Modifier and TypeMethodDescriptionvoid
OpenAiStreamingChatModel.chat
(ChatRequest chatRequest, StreamingChatResponseHandler handler)