Uses of Class
org.springframework.ai.chat.messages.UserMessage
Packages that use UserMessage
-
Uses of UserMessage in org.springframework.ai.chat.messages
Methods in org.springframework.ai.chat.messages that return UserMessage -
Uses of UserMessage in org.springframework.ai.chat.prompt
Methods in org.springframework.ai.chat.prompt that return UserMessageModifier and TypeMethodDescriptionPrompt.getUserMessage()
Get the last user message in the prompt.Methods in org.springframework.ai.chat.prompt that return types with arguments of type UserMessageMethod parameters in org.springframework.ai.chat.prompt with type arguments of type UserMessageModifier and TypeMethodDescriptionPrompt.augmentUserMessage
(Function<UserMessage, UserMessage> userMessageAugmenter) Augments the last user message in the prompt with the provided function.Prompt.augmentUserMessage
(Function<UserMessage, UserMessage> userMessageAugmenter) Augments the last user message in the prompt with the provided function.