Uses of Class
org.springframework.ai.chat.metadata.ChatResponseMetadata
Packages that use ChatResponseMetadata
Package
Description
-
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)