Package org.springframework.ai.model
Interface ResponseMetadata
- All Known Subinterfaces:
ChatResponseMetadata
,ImageResponseMetadata
- All Known Implementing Classes:
AzureOpenAiChatResponseMetadata
,EmbeddingResponseMetadata
,OpenAiAudioTranscriptionResponseMetadata
,OpenAiChatResponseMetadata
,OpenAiImageResponseMetadata
,VertexAiChatResponseMetadata
public interface ResponseMetadata
Interface representing metadata associated with an AI model's response. This interface
is designed to provide additional information about the generative response from an AI
model, including processing details and model-specific data. It serves as a value
object within the core domain, enhancing the understanding and management of AI model
responses in various applications.
- Since:
- 0.8.0
- Author:
- Mark Pollack