Uses of Class
org.springframework.ai.chat.metadata.ChatResponseMetadata
Packages that use ChatResponseMetadata
-
Uses of ChatResponseMetadata in org.springframework.ai.chat.metadata
Methods in org.springframework.ai.chat.metadata that return ChatResponseMetadata -
Uses of ChatResponseMetadata in org.springframework.ai.chat.model
Methods in org.springframework.ai.chat.model that return ChatResponseMetadataMethods in org.springframework.ai.chat.model with parameters of type ChatResponseMetadataConstructors in org.springframework.ai.chat.model with parameters of type ChatResponseMetadataModifierConstructorDescriptionChatResponse(List<Generation> generations, ChatResponseMetadata chatResponseMetadata) Construct a newChatResponseinstance.