Uses of Interface
org.springframework.ai.chat.metadata.ChatResponseMetadata
Packages that use ChatResponseMetadata
Package
Description
The org.sf.ai.chat package represents the bounded context for the Chat Model within the
AI generative model domain.
-
Uses of ChatResponseMetadata in org.springframework.ai.azure.openai.metadata
Classes in org.springframework.ai.azure.openai.metadata that implement ChatResponseMetadataModifier and TypeClassDescriptionclass
ChatResponseMetadata
implementation for Microsoft Azure OpenAI Service. -
Uses of ChatResponseMetadata in org.springframework.ai.chat
Methods in org.springframework.ai.chat that return ChatResponseMetadataConstructors in org.springframework.ai.chat with parameters of type ChatResponseMetadataModifierConstructorDescriptionChatResponse
(List<Generation> generations, ChatResponseMetadata chatResponseMetadata) Construct a newChatResponse
instance. -
Uses of ChatResponseMetadata in org.springframework.ai.chat.metadata
Fields in org.springframework.ai.chat.metadata declared as ChatResponseMetadata -
Uses of ChatResponseMetadata in org.springframework.ai.openai.metadata
Classes in org.springframework.ai.openai.metadata that implement ChatResponseMetadata