Uses of Class
org.springframework.ai.chat.messages.AssistantMessage
Packages that use AssistantMessage
-
Uses of AssistantMessage in org.springframework.ai.chat.model
Methods in org.springframework.ai.chat.model that return AssistantMessageMethods in org.springframework.ai.chat.model with parameters of type AssistantMessageModifier and TypeMethodDescriptionAbstractToolCallSupport.buildToolCallConversation
(List<Message> previousMessages, AssistantMessage assistantMessage, ToolResponseMessage toolResponseMessage) protected ToolResponseMessage
AbstractToolCallSupport.executeFunctions
(AssistantMessage assistantMessage, ToolContext toolContext) Constructors in org.springframework.ai.chat.model with parameters of type AssistantMessageModifierConstructorDescriptionGeneration
(AssistantMessage assistantMessage) Generation
(AssistantMessage assistantMessage, ChatGenerationMetadata chatGenerationMetadata) -
Uses of AssistantMessage in org.springframework.ai.model.function
Methods in org.springframework.ai.model.function with parameters of type AssistantMessageModifier and TypeMethodDescriptionToolCallHelper.buildToolCallConversation
(List<Message> previousMessages, AssistantMessage assistantMessage, ToolResponseMessage toolResponseMessage)