Class ChatResponseMetadata
java.lang.Object
dev.langchain4j.model.chat.response.ChatResponseMetadata
- Direct Known Subclasses:
OpenAiChatResponseMetadata
Represents common chat response metadata supported by most LLM providers.
Specific LLM provider integrations can extend this interface to add provider-specific metadata.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Constructor Summary
ModifierConstructorDescriptionprotected
ChatResponseMetadata
(ChatResponseMetadata.Builder<?> builder) -
Method Summary
Modifier and TypeMethodDescriptionstatic ChatResponseMetadata.Builder
<?> builder()
boolean
int
hashCode()
id()
toString()