oc_task_run_needs_help
Indicate a running task requires user assistance by moving it to NEEDS_HELP state with a secret-safe reason and optional resume hints.
Instructions
Move a non-terminal TaskRun to NEEDS_HELP with a secret-safe reason, optional resume hint, cursor, and evidence pointer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | REQUIRED TaskRun id returned by oc_task_run_start. | |
| reason | Yes | REQUIRED Secret-safe reason this TaskRun needs user help. | |
| resume_hint | No | ||
| current_cursor | No | ||
| last_evidence | No |