Uses of Class
org.springframework.ai.chat.messages.SystemMessage
Packages that use SystemMessage
-
Uses of SystemMessage in org.springframework.ai.chat.messages
Methods in org.springframework.ai.chat.messages that return SystemMessage -
Uses of SystemMessage in org.springframework.ai.chat.prompt
Methods in org.springframework.ai.chat.prompt that return SystemMessageModifier and TypeMethodDescriptionPrompt.getSystemMessage()
Get the first system message in the prompt.Method parameters in org.springframework.ai.chat.prompt with type arguments of type SystemMessageModifier and TypeMethodDescriptionPrompt.augmentSystemMessage
(Function<SystemMessage, SystemMessage> systemMessageAugmenter) Augments the first system message in the prompt with the provided function.Prompt.augmentSystemMessage
(Function<SystemMessage, SystemMessage> systemMessageAugmenter) Augments the first system message in the prompt with the provided function.