Uses of Class
org.springframework.ai.chat.Generation
Package
Description
The org.sf.ai.chat package represents the bounded context for the Chat Model within the
AI generative model domain.
-
Uses of Generation in org.springframework.ai.chat
Modifier and TypeMethodDescriptionChatResponse.getResult()
Generation.withGenerationMetadata
(ChatGenerationMetadata chatGenerationMetadata) ModifierConstructorDescriptionChatResponse
(List<Generation> generations) Construct a newChatResponse
instance without metadata.ChatResponse
(List<Generation> generations, ChatResponseMetadata chatResponseMetadata) Construct a newChatResponse
instance.