Loading
A prompt mirrored from kekmodel/codex-system-prompts.
Recommended by author
This prompt takes no variables — just pick a model and run.
---
name: 'Tool: update_plan'
category: tool
codex_version: rust-v0.128.0-alpha.1
codex_commit: 8148b7b1f8660e464661743587f754471ae60868
source:
path: codex-rs/tools/src/plan_tool.rs
kind: rust_toolspec_inline
reached_from:
- tools/src/plan_tool.rs:33
tool_name: update_plan
extraction:
pass: 1.7
method: rust_toolspec_inline
variables: []
tokens:
o200k_base: 123
description: '`update_plan` ToolSpec.'
---
```json
{
"type": "function",
"name": "update_plan",
"description": "Updates the task plan.\nProvide an optional explanation and a list of plan items, each with a step and status.\nAt most one step can be in_progress at a time.\n",
"parameters": {
"type": "object",
"properties": {
"status": {
"type": "string",
"description": "One of: pending, in_progress, completed"
}
},
"additionalProperties": false
}
}
```Running prompts needs a free account.
Sign in and we'll stream the response from Claude Sonnet 4.6 right here — no config needed for the platform models.
A prompt mirrored from kekmodel/codex-system-prompts.
---
name: 'Tool: update_plan'
category: tool
codex_version: rust-v0.128.0-alpha.1
codex_commit: 8148b7b1f8660e464661743587f754471ae60868
source:
path: codex-rs/tools/src/plan_tool.rs
kind: rust_toolspec_inline
reached_from:
- tools/src/plan_tool.rs:33
tool_name: update_plan
extraction:
pass: 1.7
method: rust_toolspec_inline
variables: []
tokens:
o200k_base: 123
description: '`update_plan` ToolSpec.'
---
```json
{
"type": "function",
"name": "update_plan",
"description": "Updates the task plan.\nProvide an optional explanation and a list of plan items, each with a step and status.\nAt most one step can be in_progress at a time.\n",
"parameters": {
"type": "object",
"properties": {
"status": {
"type": "string",
"description": "One of: pending, in_progress, completed"
}
},
"additionalProperties": false
}
}
```