Uses of Interface
dev.langchain4j.model.chat.listener.ChatModelListener
Packages that use ChatModelListener
Package
Description
-
Uses of ChatModelListener in dev.langchain4j.model.anthropic
Methods in dev.langchain4j.model.anthropic that return types with arguments of type ChatModelListener -
Uses of ChatModelListener in dev.langchain4j.model.azure
Methods in dev.langchain4j.model.azure that return types with arguments of type ChatModelListenerModifier and TypeMethodDescriptionAzureOpenAiChatModel.listeners()
AzureOpenAiStreamingChatModel.listeners()
Method parameters in dev.langchain4j.model.azure with type arguments of type ChatModelListenerModifier and TypeMethodDescriptionAzureOpenAiChatModel.Builder.listeners
(List<ChatModelListener> listeners) AzureOpenAiStreamingChatModel.Builder.listeners
(List<ChatModelListener> listeners) -
Uses of ChatModelListener in dev.langchain4j.model.bedrock.internal
Fields in dev.langchain4j.model.bedrock.internal with type parameters of type ChatModelListenerModifier and TypeFieldDescriptionprotected final List
<ChatModelListener> AbstractSharedBedrockChatModel.listeners
Methods in dev.langchain4j.model.bedrock.internal that return types with arguments of type ChatModelListener -
Uses of ChatModelListener in dev.langchain4j.model.chat
Methods in dev.langchain4j.model.chat that return types with arguments of type ChatModelListenerModifier and TypeMethodDescriptiondefault List
<ChatModelListener> ChatLanguageModel.listeners()
default List
<ChatModelListener> StreamingChatLanguageModel.listeners()
-
Uses of ChatModelListener in dev.langchain4j.model.chat.listener
Method parameters in dev.langchain4j.model.chat.listener with type arguments of type ChatModelListenerModifier and TypeMethodDescriptionstatic void
ListenersUtil.onError
(Throwable error, ChatRequest chatRequest, ModelProvider modelProvider, Map<Object, Object> attributes, List<ChatModelListener> listeners) static void
ListenersUtil.onRequest
(ChatRequest chatRequest, ModelProvider modelProvider, Map<Object, Object> attributes, List<ChatModelListener> listeners) static void
ListenersUtil.onResponse
(ChatResponse chatResponse, ChatRequest chatRequest, ModelProvider modelProvider, Map<Object, Object> attributes, List<ChatModelListener> listeners) -
Uses of ChatModelListener in dev.langchain4j.model.github
Methods in dev.langchain4j.model.github that return types with arguments of type ChatModelListenerModifier and TypeMethodDescriptionGitHubModelsChatModel.listeners()
GitHubModelsStreamingChatModel.listeners()
Method parameters in dev.langchain4j.model.github with type arguments of type ChatModelListenerModifier and TypeMethodDescriptionGitHubModelsChatModel.Builder.listeners
(List<ChatModelListener> listeners) GitHubModelsStreamingChatModel.Builder.listeners
(List<ChatModelListener> listeners) -
Uses of ChatModelListener in dev.langchain4j.model.googleai
Fields in dev.langchain4j.model.googleai with type parameters of type ChatModelListenerModifier and TypeFieldDescriptionprotected final List
<ChatModelListener> BaseGeminiChatModel.listeners
protected final List
<ChatModelListener> BaseGeminiChatModel.listeners
Methods in dev.langchain4j.model.googleai that return types with arguments of type ChatModelListener -
Uses of ChatModelListener in dev.langchain4j.model.ollama
Methods in dev.langchain4j.model.ollama that return types with arguments of type ChatModelListenerMethod parameters in dev.langchain4j.model.ollama with type arguments of type ChatModelListenerModifier and TypeMethodDescriptionOllamaChatModel.OllamaChatModelBuilder.listeners
(List<ChatModelListener> listeners) OllamaStreamingChatModel.OllamaStreamingChatModelBuilder.listeners
(List<ChatModelListener> listeners) -
Uses of ChatModelListener in dev.langchain4j.model.openai
Methods in dev.langchain4j.model.openai that return types with arguments of type ChatModelListenerModifier and TypeMethodDescriptionOpenAiChatModel.listeners()
OpenAiStreamingChatModel.listeners()
Method parameters in dev.langchain4j.model.openai with type arguments of type ChatModelListenerModifier and TypeMethodDescriptionOpenAiChatModel.OpenAiChatModelBuilder.listeners
(List<ChatModelListener> listeners) OpenAiStreamingChatModel.OpenAiStreamingChatModelBuilder.listeners
(List<ChatModelListener> listeners) -
Uses of ChatModelListener in dev.langchain4j.model.openaiofficial
Fields in dev.langchain4j.model.openaiofficial with type parameters of type ChatModelListenerModifier and TypeFieldDescriptionprotected List
<ChatModelListener> OpenAiOfficialBaseChatModel.listeners
protected List
<ChatModelListener> OpenAiOfficialBaseChatModel.listeners
Method parameters in dev.langchain4j.model.openaiofficial with type arguments of type ChatModelListenerModifier and TypeMethodDescriptionOpenAiOfficialChatModel.Builder.listeners
(List<ChatModelListener> listeners) OpenAiOfficialStreamingChatModel.Builder.listeners
(List<ChatModelListener> listeners) -
Uses of ChatModelListener in dev.langchain4j.model.vertexai
Methods in dev.langchain4j.model.vertexai that return types with arguments of type ChatModelListener