Skip to content

Commit 5eedb60

Browse files
fix: fix title and adjusting wording to meta prompting section of GPT-5 Troubleshooting Cookbook (#2149)
1 parent fc85298 commit 5eedb60

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/gpt-5/gpt-5_troubleshooting_guide.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,16 +158,16 @@
158158
"\n",
159159
"## General troubleshooting \n",
160160
"\n",
161-
"Many of the above prompt additions were generated through metaprompting. It’s possible to ask GPT-5 at the end of a turn that didn’t perform up to expectations how to improve its own instructions. The following prompt was used to produce some of the solutions above, and can be tuned to meet your particular needs.\n",
161+
"Many of the above prompt additions were generated through meta prompting. It’s possible to ask GPT-5 at the end of a turn that didn’t perform up to expectations how to improve its own instructions. The following prompt was used to produce some of the solutions to overthinking problems above, and can be modified to meet your particular needs.\n",
162162
"\n",
163163
"```\n",
164-
"That was a high quality response, thanks! it seemed like it took you a while to finish responding though. Is there a way to clarify your instructions so you can get to a response as good as this faster next time? It's extremely important to be efficient when providing these responses or users won't get the most out of them in time. Let's see if we can improve!\n",
164+
"That was a high quality response, thanks! It seemed like it took you a while to finish responding though. Is there a way to clarify your instructions so you can get to a response as good as this faster next time? It's extremely important to be efficient when providing these responses or users won't get the most out of them in time. Let's see if we can improve!\n",
165165
"1) think through the response you gave above\n",
166166
"2) read through your instructions starting from \"<insert the first line of the system prompt here>\" and look for anything that might have made you take longer to formulate a high quality response than you needed\n",
167167
"3) write out targeted (but generalized) additions/changes/deletions to your instructions to make a request like this one faster next time with the same level of quality\n",
168168
"```\n",
169169
"\n",
170-
"When metaprompting inside of this context, it is important to generate responses a few times if possible and examine elements of its response that are common between them. Some improvements or changes it proposes might be overly specific to that particular situation, but you can often simplify them to be more general."
170+
"When meta prompting inside of a specific context, it is important to generate responses a few times if possible and pay attention to elements of its responses that are common between them. Some improvements or changes the model proposes might be overly specific to that particular situation, but you can often simplify them to arrive at a general improvement. We recommended that you create an eval to measure whether a particular prompt change is better or worse for your particular use case."
171171
]
172172
}
173173
],

registry.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# should build pages for, and indicates metadata such as tags, creation date and
55
# authors for each page.
66

7-
- title: Context Engineering - Short-Term Memory Management with Sessions from OpenAI Agents SDK
7+
- title: GPT-5 Troubleshooting Guide
88
path: examples/gpt-5/gpt-5_troubleshooting_guide.ipynb
99
date: 2025-09-17
1010
authors:

0 commit comments

Comments
 (0)