Skip to content

Commit 7a80775

Browse files
authored
Deep research api (#1923)
1 parent 012c79d commit 7a80775

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/deep_research_api/introduction_to_deep_research_api.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@
454454
"\n",
455455
"This setup gives developers full control over how research tasks are framed, but also places greater responsibility on the quality of the input prompt. Here's an example of a generic rewriting_prompt to better direct the subsequent deep research query.\n",
456456
"\n",
457-
"![../../../images/intro_dr.png](../../../images/intro_dr.png)\n",
457+
"![../../images/intro_dr.png](../../../images/intro_dr.png)\n",
458458
"\n",
459459
"Here's an example of a rewriting prompt:"
460460
]

examples/deep_research_api/introduction_to_deep_research_api_agents.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@
260260
" - Streams intermediate events for transparency\n",
261261
" - Outputs final Research Artifact (which we later parse)\n",
262262
"\n",
263-
"![../../../images/agents_dr.png](../../../images/agents_dr.png)\n",
263+
"![../../images/agents_dr.png](../../../images/agents_dr.png)\n",
264264
"\n",
265265
"For more insight into _how_ the MCP server is build. [See this resource.](https://cookbook.openai.com/examples/deep_research_api/how_to_build_a_deep_research_mcp_server/readme )"
266266
]

0 commit comments

Comments
 (0)