Uses of Class
org.springframework.ai.chat.model.Generation
Packages that use Generation
-
Uses of Generation in org.springframework.ai.chat.model
Methods in org.springframework.ai.chat.model that return GenerationMethods in org.springframework.ai.chat.model that return types with arguments of type GenerationMethod parameters in org.springframework.ai.chat.model with type arguments of type GenerationConstructor parameters in org.springframework.ai.chat.model with type arguments of type GenerationModifierConstructorDescriptionChatResponse(List<Generation> generations) Construct a newChatResponseinstance without metadata.ChatResponse(List<Generation> generations, ChatResponseMetadata chatResponseMetadata) Construct a newChatResponseinstance. -
Uses of Generation in org.springframework.ai.model.tool
Methods in org.springframework.ai.model.tool that return types with arguments of type GenerationModifier and TypeMethodDescriptionstatic List<Generation>ToolExecutionResult.buildGenerations(ToolExecutionResult toolExecutionResult) Build a list ofGenerationfrom the tool execution result, useful for sending the tool execution result to the client directly.