Uses of Interface
org.springframework.ai.model.ResponseMetadata
Packages that use ResponseMetadata
Package
Description
Provides a set of interfaces and classes for a generic API designed to interact with
various AI models.
-
Uses of ResponseMetadata in org.springframework.ai.azure.openai.metadata
Classes in org.springframework.ai.azure.openai.metadata that implement ResponseMetadataModifier and TypeClassDescriptionclass
ChatResponseMetadata
implementation for Microsoft Azure OpenAI Service. -
Uses of ResponseMetadata in org.springframework.ai.chat.metadata
Subinterfaces of ResponseMetadata in org.springframework.ai.chat.metadataModifier and TypeInterfaceDescriptioninterface
Abstract Data Type (ADT) modeling common AI provider metadata returned in an AI response. -
Uses of ResponseMetadata in org.springframework.ai.embedding
Classes in org.springframework.ai.embedding that implement ResponseMetadata -
Uses of ResponseMetadata in org.springframework.ai.image
Subinterfaces of ResponseMetadata in org.springframework.ai.image -
Uses of ResponseMetadata in org.springframework.ai.model
Methods in org.springframework.ai.model that return ResponseMetadataModifier and TypeMethodDescriptionModelResponse.getMetadata()
Retrieves the response metadata associated with the AI model's response. -
Uses of ResponseMetadata in org.springframework.ai.openai.metadata
Classes in org.springframework.ai.openai.metadata that implement ResponseMetadata