session_continue
Continue a previous Codex session by providing a new prompt. If no thread ID is specified, it automatically resumes the latest session.
Instructions
前回のCodexセッション(スレッド)を引き継いで継続実行。
thread_idを省略すると最新のセッションを自動で引き継ぐ。
Args: prompt: 続きの指示(日本語OK) thread_id: 引き継ぐスレッドID(省略時は最新) model: 使用モデル sandbox: サンドボックスモード timeout: タイムアウト秒数
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | gpt-5.4 | |
| prompt | Yes | ||
| sandbox | No | workspace-write | |
| timeout | No | ||
| thread_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |