Uses of Interface
dev.langchain4j.model.chat.response.StreamingChatResponseHandler
Packages that use StreamingChatResponseHandler
Package
Description
-
Uses of StreamingChatResponseHandler in dev.langchain4j.model
Methods in dev.langchain4j.model that return StreamingChatResponseHandlerModifier and TypeMethodDescriptionstatic StreamingChatResponseHandler
LambdaStreamingResponseHandler.onPartialResponse
(Consumer<String> onPartialResponse) static StreamingChatResponseHandler
LambdaStreamingResponseHandler.onPartialResponseAndError
(Consumer<String> onPartialResponseLambda, Consumer<Throwable> onErrorLambda) -
Uses of StreamingChatResponseHandler in dev.langchain4j.model.anthropic
Methods in dev.langchain4j.model.anthropic with parameters of type StreamingChatResponseHandlerModifier and TypeMethodDescriptionvoid
AnthropicStreamingChatModel.chat
(ChatRequest chatRequest, StreamingChatResponseHandler handler) -
Uses of StreamingChatResponseHandler in dev.langchain4j.model.azure
Methods in dev.langchain4j.model.azure with parameters of type StreamingChatResponseHandlerModifier and TypeMethodDescriptionvoid
AzureOpenAiStreamingChatModel.chat
(ChatRequest request, StreamingChatResponseHandler handler) -
Uses of StreamingChatResponseHandler in dev.langchain4j.model.bedrock.internal
Methods in dev.langchain4j.model.bedrock.internal with parameters of type StreamingChatResponseHandlerModifier and TypeMethodDescriptionvoid
AbstractBedrockStreamingChatModel.chat
(ChatRequest chatRequest, StreamingChatResponseHandler handler) -
Uses of StreamingChatResponseHandler in dev.langchain4j.model.chat
Methods in dev.langchain4j.model.chat with parameters of type StreamingChatResponseHandlerModifier and TypeMethodDescriptiondefault void
StreamingChatLanguageModel.chat
(ChatRequest chatRequest, StreamingChatResponseHandler handler) This is the main API to interact with the chat model.default void
StreamingChatLanguageModel.chat
(String userMessage, StreamingChatResponseHandler handler) default void
StreamingChatLanguageModel.chat
(List<ChatMessage> messages, StreamingChatResponseHandler handler) void
DisabledStreamingChatLanguageModel.doChat
(ChatRequest chatRequest, StreamingChatResponseHandler handler) default void
StreamingChatLanguageModel.doChat
(ChatRequest chatRequest, StreamingChatResponseHandler handler) -
Uses of StreamingChatResponseHandler in dev.langchain4j.model.github
Methods in dev.langchain4j.model.github with parameters of type StreamingChatResponseHandlerModifier and TypeMethodDescriptionvoid
GitHubModelsStreamingChatModel.chat
(ChatRequest request, StreamingChatResponseHandler handler) -
Uses of StreamingChatResponseHandler in dev.langchain4j.model.googleai
Methods in dev.langchain4j.model.googleai with parameters of type StreamingChatResponseHandlerModifier and TypeMethodDescriptionvoid
GoogleAiGeminiStreamingChatModel.chat
(ChatRequest chatRequest, StreamingChatResponseHandler handler) -
Uses of StreamingChatResponseHandler in dev.langchain4j.model.jlama
Methods in dev.langchain4j.model.jlama with parameters of type StreamingChatResponseHandlerModifier and TypeMethodDescriptionvoid
JlamaStreamingChatModel.chat
(ChatRequest chatRequest, StreamingChatResponseHandler handler) -
Uses of StreamingChatResponseHandler in dev.langchain4j.model.localai
Methods in dev.langchain4j.model.localai with parameters of type StreamingChatResponseHandlerModifier and TypeMethodDescriptionvoid
LocalAiStreamingChatModel.chat
(ChatRequest chatRequest, StreamingChatResponseHandler handler) -
Uses of StreamingChatResponseHandler in dev.langchain4j.model.mistralai
Methods in dev.langchain4j.model.mistralai with parameters of type StreamingChatResponseHandlerModifier and TypeMethodDescriptionvoid
MistralAiStreamingChatModel.chat
(ChatRequest chatRequest, StreamingChatResponseHandler handler) -
Uses of StreamingChatResponseHandler in dev.langchain4j.model.ollama
Methods in dev.langchain4j.model.ollama with parameters of type StreamingChatResponseHandlerModifier and TypeMethodDescriptionvoid
OllamaStreamingChatModel.doChat
(ChatRequest chatRequest, StreamingChatResponseHandler handler) -
Uses of StreamingChatResponseHandler in dev.langchain4j.model.openai
Methods in dev.langchain4j.model.openai with parameters of type StreamingChatResponseHandlerModifier and TypeMethodDescriptionvoid
OpenAiStreamingChatModel.doChat
(ChatRequest chatRequest, StreamingChatResponseHandler handler) -
Uses of StreamingChatResponseHandler in dev.langchain4j.model.openaiofficial
Methods in dev.langchain4j.model.openaiofficial with parameters of type StreamingChatResponseHandlerModifier and TypeMethodDescriptionvoid
OpenAiOfficialStreamingChatModel.doChat
(ChatRequest chatRequest, StreamingChatResponseHandler handler) -
Uses of StreamingChatResponseHandler in dev.langchain4j.model.vertexai
Methods in dev.langchain4j.model.vertexai with parameters of type StreamingChatResponseHandlerModifier and TypeMethodDescriptionvoid
VertexAiGeminiStreamingChatModel.chat
(ChatRequest chatRequest, StreamingChatResponseHandler handler)