Uses of Class
org.springframework.ai.chat.messages.AssistantMessage
Packages that use AssistantMessage
Package
Description
Spring AI integration with the official OpenAI Java SDK.
-
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
Classes in org.springframework.ai.chat.model that implement interfaces with type arguments of type AssistantMessageMethods 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.openaisdk
Methods in org.springframework.ai.openaisdk that return AssistantMessageModifier and TypeMethodDescriptionOpenAiSdkChatModel.safeAssistantMessage(ChatResponse response) Safely extracts the assistant message from a chat response. -
Uses of AssistantMessage in org.springframework.ai.zhipuai
Subclasses of AssistantMessage in org.springframework.ai.zhipuai