codex_approve_plan
Approve the latest completed plan for a durable workflow and queue its execution turn. Idempotent calls prevent duplicate runs.
Instructions
Approve the latest completed Plan Mode plan for a durable workflow and queue the execution turn. Repeated calls are idempotent and do not create duplicate execution turns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflow_id | Yes | ||
| client_request_id | No | Stable retry idempotency key for workflow approval/execution. | |
| message | No | Implement the plan. | |
| output_schema | No | Optional JSON Schema passed to app-server outputSchema for the execution turn final assistant message. | |
| approval_policy | No | on-request | |
| sandbox | No | read-only | |
| timeout_seconds | No | ||
| first_message_max_chars | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| error | No | ||
| agentGuidance | No | ||
| agentGuidanceText | No | ||
| recoveryAttemptState | No |