Uses of Interface
org.springframework.ai.chat.messages.Message
Packages that use Message
Package
Description
-
Uses of Message in org.springframework.ai.bedrock
Methods in org.springframework.ai.bedrock with parameters of type MessageModifier and TypeMethodDescriptionprotected String
MessageToPromptConverter.messageToString
(Message message) Method parameters in org.springframework.ai.bedrock with type arguments of type Message -
Uses of Message in org.springframework.ai.chat.messages
Classes in org.springframework.ai.chat.messages that implement MessageModifier and TypeClassDescriptionclass
class
Lets the generative know the content was generated as a response to the user.class
class
class
A message of the type 'system' passed as input.class
A message of the type 'user' passed as input Messages with the user role are from the end-user or developer. -
Uses of Message in org.springframework.ai.chat.prompt
Methods in org.springframework.ai.chat.prompt that return MessageModifier and TypeMethodDescriptionAssistantPromptTemplate.createMessage()
AssistantPromptTemplate.createMessage
(Map<String, Object> model) PromptTemplate.createMessage()
PromptTemplate.createMessage
(Map<String, Object> model) PromptTemplateMessageActions.createMessage()
PromptTemplateMessageActions.createMessage
(Map<String, Object> model) SystemPromptTemplate.createMessage()
SystemPromptTemplate.createMessage
(Map<String, Object> model) Methods in org.springframework.ai.chat.prompt that return types with arguments of type MessageModifier and TypeMethodDescriptionChatPromptTemplate.createMessages()
ChatPromptTemplate.createMessages
(Map<String, Object> model) PromptTemplateChatActions.createMessages()
PromptTemplateChatActions.createMessages
(Map<String, Object> model) Prompt.getInstructions()
Constructors in org.springframework.ai.chat.prompt with parameters of type MessageConstructor parameters in org.springframework.ai.chat.prompt with type arguments of type Message