Steer active Codex turn
codex_steerAppend in-flight guidance to an active Codex turn to adjust direction without starting a new turn. Use expectedTurnId to ensure the guidance targets the correct turn.
Instructions
Append guidance to the currently active turn without creating another turn. Supply expectedTurnId when available to prevent steering the wrong turn.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | Additional in-flight guidance. | |
| threadId | Yes | Codex thread id. | |
| expectedTurnId | No | Optional active turn id returned by codex_start or codex_send. |