Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@
"\n",
"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",
"\n",
"![../../../images/intro_dr.png](../../../images/intro_dr.png)\n",
"![../../images/intro_dr.png](../../../images/intro_dr.png)\n",
"\n",
"Here's an example of a rewriting prompt:"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@
" - Streams intermediate events for transparency\n",
" - Outputs final Research Artifact (which we later parse)\n",
"\n",
"![../../../images/agents_dr.png](../../../images/agents_dr.png)\n",
"![../../images/agents_dr.png](../../../images/agents_dr.png)\n",
"\n",
"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 )"
]
Expand Down