Steer active Codex turn
codex_steerAdd in-flight guidance to the current Codex turn without spawning a new turn. Supply expectedTurnId to avoid steering the wrong 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. |