Skip to main content
POST
Submit feedback for a prediction to help improve model performance through fine-tuning.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Request model for submitting feedback.

request_id
string | null

The unique identifier for the request.

agent_execution_id
string | null

The unique identifier for the agent execution.

chat_id
string | null

The unique identifier for the chat.

response
Response · object | null

The updated response for the entity.

notes
string | null

The notes for the feedback.

Response

Successful Response

Response model for feedback operations.

id
string
required

The unique identifier for the feedback.

created_at
string<date-time>
required

Date and time when the feedback was submitted (in UTC timezone)

request_id
string | null

The unique identifier for the request.

agent_execution_id
string | null

The unique identifier for the agent execution.

chat_id
string | null

The unique identifier for the chat.

notes
string | null

The notes for the feedback.