Class ChatResponseMetadata
java.lang.Object
dev.langchain4j.model.chat.response.ChatResponseMetadata
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
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedChatResponseMetadata(ChatResponseMetadata.Builder<?> builder) -
Method Summary
Modifier and TypeMethodDescriptionstatic ChatResponseMetadata.Builder<?> builder()booleaninthashCode()id()protected ChatResponseMetadata.Builder<?> toBuilder(ChatResponseMetadata.Builder<?> builder) toString()