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) static ChatResponseMetadata
AzureOpenAiChatModel.from
(com.azure.ai.openai.models.ChatCompletions chatCompletions, PromptMetadata promptFilterMetadata, com.azure.ai.openai.models.CompletionsUsage usage) static ChatResponseMetadata
AzureOpenAiChatModel.from
(com.azure.ai.openai.models.ChatCompletions chatCompletions, PromptMetadata promptFilterMetadata, Usage usage) static ChatResponseMetadata
AzureOpenAiChatModel.from
(ChatResponse chatResponse, Usage usage) -
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 ChatResponseMetadataMethods in org.springframework.ai.chat.model with parameters of type 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) static ChatResponseMetadata
MistralAiChatModel.from
(MistralAiApi.ChatCompletion result, Usage usage)