From 3f6acd3328c6942535326b1c6cac292237fdc95e Mon Sep 17 00:00:00 2001 From: Lichao Chen Date: Tue, 1 Sep 2026 10:07:35 -0700 Subject: [PATCH] docs: fix duplicate 'on' in web search example prompt --- ...Web_search_with_google_api_bring_your_own_browser_tool.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/third_party/Web_search_with_google_api_bring_your_own_browser_tool.ipynb b/examples/third_party/Web_search_with_google_api_bring_your_own_browser_tool.ipynb index 166ec80e47..65fc794def 100644 --- a/examples/third_party/Web_search_with_google_api_bring_your_own_browser_tool.ipynb +++ b/examples/third_party/Web_search_with_google_api_bring_your_own_browser_tool.ipynb @@ -579,7 +579,7 @@ "import json \n", "\n", "final_prompt = (\n", - " f\"The user will provide a dictionary of search results in JSON format for search query {search_term} Based on on the search results provided by the user, provide a detailed response to this query: **'{search_query}'**. Make sure to cite all the sources at the end of your answer.\"\n", + " f\"The user will provide a dictionary of search results in JSON format for search query {search_term} Based on the search results provided by the user, provide a detailed response to this query: **'{search_query}'**. Make sure to cite all the sources at the end of your answer.\"\n", ")\n", "\n", "response = client.chat.completions.create(\n",