hitl_check
Check whether a human has approved or rejected a review submitted via hitl_submit. Poll this every 5–10 seconds after calling hitl_submit. When status is 'approved', the content field contains the human's version (possibly edited — always use this, not the original). When status is 'rejected', stop the action and inform the user. When status is 'pending', wait and poll again. When status is 'expired', the review link timed out — submit a new one with hitl_submit. CALL FORMAT: hitl_check({review_id: 'uuid-from-hitl_submit'}).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| review_id | Yes | The review_id returned by hitl_submit. UUID format. |