Uses of Class
org.springframework.ai.chat.messages.AbstractMessage
-
Uses of AbstractMessage in org.springframework.ai.chat.messages
Modifier and TypeClassDescriptionclass
Lets the generative know the content was generated as a response to the user.class
Represents a chat message in a chat application.class
The FunctionMessage class represents a message with a function content in a chat application.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.