Skip to content

Commit f098ac0

Browse files
committed
Adding general section
1 parent b5146aa commit f098ac0

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

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

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,20 @@
154154
"<System Prompt>\n",
155155
"\n",
156156
"<Tool Config>\n",
157-
"```\n"
157+
"```\n",
158+
"\n",
159+
"## General troubleshooting \n",
160+
"\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",
162+
"\n",
163+
"```\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",
165+
"1) think through the response you gave above\n",
166+
"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",
167+
"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",
168+
"```\n",
169+
"\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."
158171
]
159172
}
160173
],

0 commit comments

Comments
 (0)