Skip to content

Commit 7aab7f1

Browse files
corrected typo
1 parent 3c40511 commit 7aab7f1

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

examples/responses_api/reasoning_items.ipynb

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,17 @@
66
"source": [
77
"## Better performance from reasoning models using the Responses API \n",
88
"\n",
9-
"Overview: By leveraging the Responses API with OpenAI’s latest reasoning models, you can unlock higher intelligence, lower costs, and more efficient token usage in your applications. The API also enables access to reasoning summaries, supports features like hosted-tool use, and is designed to accommodate upcoming enhancements for even greater flexibility and performance.\n",
9+
"### Overview\n",
1010
"\n",
11-
"We've recently released two new state-of-the-art reasoning models, o3 and o4-mini, that excel at combining reasoning capabilities with agentic tool use. What many folks don't know is that you can improve their performance by fully leveraging our (relatively) new Responses API. This cookbook shows how to get the most out of these models and explores how reasoning and function calling work behind the scenes. By giving the model access to previous reasoning items, we can ensure it operates at maximum intelligence and lowest cost.\n"
11+
"By leveraging the Responses API with OpenAI’s latest reasoning models, you can unlock higher intelligence, lower costs, and more efficient token usage in your applications. The API also enables access to reasoning summaries, supports features like hosted-tool use, and is designed to accommodate upcoming enhancements for even greater flexibility and performance.\n"
12+
]
13+
},
14+
{
15+
"cell_type": "markdown",
16+
"metadata": {},
17+
"source": [
18+
"\n",
19+
"We've recently released two new state-of-the-art reasoning models, o3 and o4-mini, that excel at combining reasoning capabilities with agentic tool use. What many folks don't know is that you can improve their performance by fully leveraging our (relatively) new Responses API. This cookbook shows how to get the most out of these models and explores how reasoning and function calling work behind the scenes. By giving the model access to previous reasoning items, we can ensure it operates at maximum intelligence and lowest cost."
1220
]
1321
},
1422
{
@@ -41,7 +49,7 @@
4149
"cell_type": "markdown",
4250
"metadata": {},
4351
"source": [
44-
"Let use examine the response object returned "
52+
"Let us examine the response object being returned:"
4553
]
4654
},
4755
{

0 commit comments

Comments
 (0)