Provide feedback for a generation or a retrieval. Feedback can be used to track overall Agent
performance through the Feedback
page in the Contextual UI, and as a basis for model fine-tuning.
If providing feedback on a retrieval, include the message_id
from the /query
response, and a content_id
returned in the query’s retrieval_contents
list.
For feedback on generations, include message_id
and do not include a content_id
.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
ID of the agent for which to provide feedback
Input to POST feedback endpoint
Successful Response
The response is of type object
.
Provide feedback for a generation or a retrieval. Feedback can be used to track overall Agent
performance through the Feedback
page in the Contextual UI, and as a basis for model fine-tuning.
If providing feedback on a retrieval, include the message_id
from the /query
response, and a content_id
returned in the query’s retrieval_contents
list.
For feedback on generations, include message_id
and do not include a content_id
.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
ID of the agent for which to provide feedback
Input to POST feedback endpoint
Successful Response
The response is of type object
.