codex_reply
Relay user approval or denial decisions to an active Codex session, then push it forward. Provide the thread ID and prompt to continue.
Instructions
Continue an existing Codex session by thread id. Used to relay approval decisions ('The user approved: ' / 'The user denied: ; proceed without it') and to push a session forward. Thread ids come from implement/deep_explore results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | The next user message for Codex (e.g. the user's approval decision). | |
| threadId | Yes | Thread id of the session to continue. |