Skip to Content
API ReferenceTestPOST /feedback

POST /test/feedback

Create Feedback

Create test feedback for a specific tool call.

Request Body (CreateFeedbackApiRequest)

FieldTypeRequiredDescription
grade_idstringYesGrade entry to attach feedback to
tool_call_idstringYesTool call being graded
standard_group_idstringYesRubric standard group being scored
scoreintegerNoScore for this criterion (1-5)
feedbackstringNoFeedback text
run_idstringNoRun ID for audit linkage
idempotency_keystringNoIdempotency key — replays the prior call instead of re-running

Response

{ "additionalProperties": true, "type": "object", "title": "Response Create Feedback Test Feedback Post" }
Last updated on