Skip to content

Commit e262ead

Browse files
authored
Codex prompt edits (#2161)
1 parent 44ed053 commit e262ead

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/gpt-5-codex_prompting_guide.ipynb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66
"metadata": {},
77
"source": [
88
"## GPT-5-Codex Prompting Guide\n",
9-
"Important details about `GPT-5-Codex`:\n",
9+
"Important details about `GPT-5-Codex` and this guide:\n",
1010
"- This model is not a drop-in replacement for GPT-5, as it requires significantly different prompting.\n",
1111
"- This model is only supported with the Responses API and does not support the verbosity parameter.\n",
12+
"- This guide is meant for API users of `GPT-5-Codex` and creating developer prompts, not for Codex users, if you are a Codex user refer to this [prompting guide](https://developers.openai.com/codex/prompting)\n",
1213
"\n",
1314
"`GPT-5-Codex` is a new version of GPT‑5 further optimized for agentic and interactive coding tasks. GPT‑5-Codex was trained with a focus on real-world software engineering work; it’s equally proficient at quick, interactive sessions and at independently powering through long, complex tasks. The model builds on GPT-5’s strong coding abilities with additional improvements such as:\n",
1415
"- **Improved steerability:** `GPT-5-Codex` delivers higher-quality code on complex engineering tasks like features, tests, debugging, refactors, and reviews without lengthy instructions.\n",
@@ -26,7 +27,7 @@
2627
"4. Make tool descriptions as concise as possible by removing unnecessary details.\n",
2728
"\n",
2829
"\n",
29-
"### Codex CLI Prompt\n",
30+
"## Codex CLI Prompt\n",
3031
"Below is the full Codex CLI developer message, which you can use as the reference implementation for prompting `GPT-5-Codex`. Compared with the GPT-5 developer message, it uses about 40% as many tokens, reinforcing that minimal prompting is ideal for this model.\n",
3132
"\n",
3233
"\n",

0 commit comments

Comments
 (0)