review_submission
Decide on a pending submission: approve to capture one budget unit and pay the human, or reject to reopen the slot for the next submitter.
Instructions
THE settle tool (poster-only): approve or reject ONE submission on your FCFS pool bounty — this is how you pay humans (there is no direct hire). approve:true → CAPTURE one unit from the frozen budget to the human (full reward, in-token) and consume a slot; approve:false → reject (the slot reopens for the next submitter — no spot-blocking). Poll get_task for pending submissions and review each one. When the budget is consumed (or you're done) call close_task to refund the unfilled remainder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| score | No | Rating of the human's work (1–5). | |
| approve | Yes | true = proof meets criteria → capture one unit; false = reject (slot reopens). | |
| comment | No | Optional feedback note on the human. | |
| reject_reason | No | Why the proof was rejected (approve:false). | |
| submission_id | Yes | The pending submission to review (from get_task). |