review_task
Delegate a task to a worker, then have a reviewer critique the work to ensure quality.
Instructions
Delegate a task to a worker, then have a reviewer critique the work.
Args: worker_id: Assistant id for the worker. reviewer_id: Assistant id for the reviewer. task: The task/instruction. context: JSON object of additional context. timeout: Per-task timeout in seconds. depth: Current delegation depth.
Returns: JSON: {"ok": true, "worker_task": {...}, "reviewer_task": {...}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | ||
| depth | No | ||
| context | No | {} | |
| timeout | No | ||
| worker_id | Yes | ||
| reviewer_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |