Skip to content

Commit 4620de8

Browse files
committed
formatting
1 parent 1d194cf commit 4620de8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/o-series/o3o4-mini_prompting_guide.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,10 +166,10 @@
166166
"3. Another note on lazy behavior:\n",
167167
"we are aware of rare instances of lazy behavior from o3, such as stating it does not have enough time to complete a task, promising to follow up separately, or giving terse answers even when explicitly prompted to provide more detail. We have found that the following steps help ameliorate this behavior:\n",
168168
"\n",
169-
" a. Start a new conversation for unrelated topics:\n",
169+
" a. Start a new conversation for unrelated topics: \n",
170170
" When switching to a new or unrelated topic, begin a fresh conversation thread rather than continuing in the same context. This helps the model focus on the current subject and prevents it from being influenced by previous, irrelevant context, which can sometimes lead to incomplete or lazy responses. For example, if you were previously discussing code debugging and now want to ask about documentation best practices, which does not require previous conversation context, start a new conversation to ensure clarity and focus.\n",
171171
"\n",
172-
" b. Discard irrelevant past tool calls/outputs when the list gets too long, and summarize them as context in the user message:\n",
172+
" b. Discard irrelevant past tool calls/outputs when the list gets too long, and summarize them as context in the user message: \n",
173173
" If the conversation history contains a long list of previous tool calls or outputs that are no longer relevant, remove them from the context. Instead, provide a concise summary of the important information as part of the user message. This keeps the context manageable and ensures the model has access to only the most pertinent information. For instance, if you have a lengthy sequence of tool outputs, you can summarize the key results and include only that summary in your next message.\n",
174174
"\n",
175175
" c. We are constantly improving our models and expect to have this issue addressed in future versions.\n",

0 commit comments

Comments
 (0)