codex_continue_thread
Continue a previously paused thread by adding a follow-up prompt to maintain context and progress on complex tasks.
Instructions
Alias for codex_run_turn. Continue a thread with a follow-up message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workingDirectory | No | ||
| model | No | ||
| sandboxMode | No | danger-full-access | |
| networkAccessEnabled | No | ||
| webSearchEnabled | No | ||
| threadId | Yes | The ID of the thread to resume. | |
| prompt | Yes | The follow-up prompt or query. |