From 7880ea8132d72c272b5bbf1bfcf15d5c1943aed6 Mon Sep 17 00:00:00 2001 From: BarnOwl5 <169400250+BarnOwl5@users.noreply.github.com> Date: Wed, 27 Aug 2025 02:49:26 +0900 Subject: [PATCH] fix : Correct image path in deep research agents notebook Fixed the incorrect image path so the diagram renders properly in the notebook. --- .../deep_research_api/introduction_to_deep_research_api.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/deep_research_api/introduction_to_deep_research_api.ipynb b/examples/deep_research_api/introduction_to_deep_research_api.ipynb index 4d77945f39..977e93da2c 100644 --- a/examples/deep_research_api/introduction_to_deep_research_api.ipynb +++ b/examples/deep_research_api/introduction_to_deep_research_api.ipynb @@ -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:" ]