Uses of Interface
org.springframework.ai.prompt.messages.Message
Packages that use Message
-
Uses of Message in org.springframework.ai.prompt
Methods in org.springframework.ai.prompt that return MessageModifier and TypeMethodDescriptionPromptTemplate.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.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.getMessages()
Constructors in org.springframework.ai.prompt with parameters of type MessageConstructor parameters in org.springframework.ai.prompt with type arguments of type Message -
Uses of Message in org.springframework.ai.prompt.messages
Classes in org.springframework.ai.prompt.messages that implement MessageModifier and TypeClassDescriptionclass
class
Lets the model 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.