Skip to main content
Update or provide feedback for a specific message in a session.

Request Body

The request body must match the AmasMessageFeedbackSerializer schema.
string
required
The UUID of the message.
integer
The rating given to the message (e.g., 1 for thumbs up, -1 for thumbs down).
string
Optional text feedback or reasoning.

Response

Returns the updated feedback object.