Uses of Class
org.springframework.ai.chat.messages.AssistantMessage
Packages that use AssistantMessage
Package
Description
-
Uses of AssistantMessage in org.springframework.ai.chat.messages
Methods in org.springframework.ai.chat.messages that return AssistantMessage -
Uses of AssistantMessage in org.springframework.ai.chat.model
Methods in org.springframework.ai.chat.model that return AssistantMessageConstructors 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.deepseek
Subclasses of AssistantMessage in org.springframework.ai.deepseek -
Uses of AssistantMessage in org.springframework.ai.openai
Methods in org.springframework.ai.openai that return AssistantMessageModifier and TypeMethodDescription@Nullable AssistantMessageOpenAiChatModel.safeAssistantMessage(@Nullable ChatResponse response) Safely extracts the assistant message from a chat response.