trace_execute
Executes a coding task and returns the complete event trace timeline for in-depth debugging and analysis.
Instructions
Codex実行の全イベントトレースを返す。デバッグ・分析用の詳細モード。
executeと同じ実行だが、全JSONLイベントのタイムラインも含む。
Args: prompt: 実行するタスクの説明 cwd: 作業ディレクトリ model: 使用モデル sandbox: サンドボックスモード timeout: タイムアウト秒数
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | ||
| model | No | gpt-5.4 | |
| prompt | Yes | ||
| sandbox | No | workspace-write | |
| timeout | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |