Uses of Class
org.springframework.ai.chat.metadata.ChatResponseMetadata
Packages that use ChatResponseMetadata
Package
Description
-
Uses of ChatResponseMetadata in org.springframework.ai.azure.openai
Methods in org.springframework.ai.azure.openai that return ChatResponseMetadataModifier and TypeMethodDescriptionstatic ChatResponseMetadata
AzureOpenAiChatModel.from
(com.azure.ai.openai.models.ChatCompletions chatCompletions, PromptMetadata promptFilterMetadata) -
Uses of ChatResponseMetadata in org.springframework.ai.chat.metadata
Methods in org.springframework.ai.chat.metadata that return ChatResponseMetadata -
Uses of ChatResponseMetadata in org.springframework.ai.chat.model
Methods in org.springframework.ai.chat.model that return ChatResponseMetadataConstructors in org.springframework.ai.chat.model with parameters of type ChatResponseMetadataModifierConstructorDescriptionChatResponse
(List<Generation> generations, ChatResponseMetadata chatResponseMetadata) Construct a newChatResponse
instance. -
Uses of ChatResponseMetadata in org.springframework.ai.mistralai
Methods in org.springframework.ai.mistralai that return ChatResponseMetadataModifier and TypeMethodDescriptionstatic ChatResponseMetadata
MistralAiChatModel.from
(MistralAiApi.ChatCompletion result) -
Uses of ChatResponseMetadata in org.springframework.ai.ollama
Methods in org.springframework.ai.ollama that return ChatResponseMetadataModifier and TypeMethodDescriptionstatic ChatResponseMetadata
OllamaChatModel.from
(OllamaApi.ChatResponse response)