create_review_task
Submit content for human review with gate (block until approval) or monitor (background) mode, supporting review types like approve/flag, compare, classify, and fact-check.
Instructions
Send content to LoopQuest for a human to review. Use mode=gate to BLOCK until a human approves (poll get_task_status for the verdict before acting), or mode=monitor to review in the background. Returns the task id, status and expiry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | gate blocks until a human approves; monitor reviews without blocking (default monitor). | |
| claim | No | Grounding: the claim/answer to verify against the source. | |
| title | No | Short title shown on the review card. | |
| module | No | Which review game (default swiper). swiper=approve/flag, versus=pick better of two, sorter=classify, detective=find the error, fixer=confirm/correct fields, redact=mask PII/secrets, grounding=check a claim against its source. | |
| source | No | A label for the originating agent/workflow, shown as a coloured tag. | |
| choices | No | Sorter: the bucket options to classify into. | |
| content | No | The output to review (Swiper, Detective, Redact; the claim for Grounding if 'claim' is empty). | |
| on_timeout | No | Gate: action if the timeout passes with no verdict (default escalate, fail-closed). | |
| external_id | No | Correlation id echoed back in the verdict webhook. | |
| source_text | No | Grounding: the source/context the claim must be supported by. | |
| callback_url | No | Where LoopQuest POSTs the signed verdict. | |
| timeout_seconds | No | Gate: apply the fail-closed default if no human decides within this many seconds. | |
| reviews_required | No | How many reviewers must agree. |