Uses of Interface
org.springframework.ai.chat.metadata.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
Modifier and TypeClassDescriptionclass
ChatResponseMetadata
implementation for Microsoft Azure OpenAI Service. -
Uses of ChatResponseMetadata in org.springframework.ai.chat
ModifierConstructorDescriptionChatResponse
(List<Generation> generations, ChatResponseMetadata chatResponseMetadata) Construct a newChatResponse
instance. -
Uses of ChatResponseMetadata in org.springframework.ai.chat.metadata
-
Uses of ChatResponseMetadata in org.springframework.ai.openai.metadata
-
Uses of ChatResponseMetadata in org.springframework.ai.vertexai.gemini.metadata