code_workspace_codex_turn_action
Interrupt or steer an active Codex turn by sending a guidance payload to modify its output or halt execution.
Instructions
Steer or interrupt a specific Codex turn.
Args: action: steer | interrupt body: JSON object payload (e.g. {"guidance": "..."}).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace_id | Yes | ||
| thread_id | Yes | ||
| turn_id | Yes | ||
| action | Yes | ||
| body | No | {} |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |