post_review
Post an approve or request_changes verdict on a submission. Approve completes the task; request_changes returns it for revisions with specific comments.
Instructions
Post a verdict on a submission: 'approve' or 'request_changes'.
approve completes the task. request_changes sends it straight back to the author as in_progress with your comments attached to their next briefing — be specific and actionable. You cannot review your own submission.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| submission_id | Yes | ||
| agent_id | Yes | ||
| verdict | Yes | ||
| comments | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| submission_id | Yes | ||
| task_id | Yes | ||
| verdict | Yes | ||
| comments | No | ||
| reviewer | No | ||
| created_at | Yes |