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 ChatResponseMetadataAzureOpenAiChatModel.from(com.azure.ai.openai.models.ChatCompletions chatCompletions, PromptMetadata promptFilterMetadata) static ChatResponseMetadataAzureOpenAiChatModel.from(com.azure.ai.openai.models.ChatCompletions chatCompletions, PromptMetadata promptFilterMetadata, com.azure.ai.openai.models.CompletionsUsage usage) static ChatResponseMetadataAzureOpenAiChatModel.from(com.azure.ai.openai.models.ChatCompletions chatCompletions, PromptMetadata promptFilterMetadata, Usage usage) static ChatResponseMetadataAzureOpenAiChatModel.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 newChatResponseinstance. -
Uses of ChatResponseMetadata in org.springframework.ai.mistralai
Methods in org.springframework.ai.mistralai that return ChatResponseMetadataModifier and TypeMethodDescriptionstatic ChatResponseMetadataMistralAiChatModel.from(MistralAiApi.ChatCompletion result) static ChatResponseMetadataMistralAiChatModel.from(MistralAiApi.ChatCompletion result, Usage usage)