Uses of Interface
org.springframework.ai.chat.metadata.ChatGenerationMetadata
Package
Description
The org.sf.ai.chat package represents the bounded context for the Chat Model within the
AI generative model domain.
-
Uses of ChatGenerationMetadata in org.springframework.ai.chat
Modifier and TypeMethodDescriptionGeneration.withGenerationMetadata
(ChatGenerationMetadata chatGenerationMetadata) -
Uses of ChatGenerationMetadata in org.springframework.ai.chat.metadata
Modifier and TypeMethodDescriptionstatic ChatGenerationMetadata
Factory method used to construct a newChatGenerationMetadata
from the givenfinish reason
and content filter metadata.