From 759b6ed17ab75ddd80fea5f3dc76baff81e8926b Mon Sep 17 00:00:00 2001 From: Syed Hyder Zaidi <64818573+hyder110@users.noreply.github.com> Date: Tue, 12 Nov 2024 23:58:13 +0500 Subject: [PATCH] docs: Fix typo in Tavily Search example (#28034) Changed "demon" to "demo" in the code comment for clarity. PR Title docs: Fix typo in Tavily Search example PR Message Description: This PR fixes a typo in the code comment of the Tavily Search documentation. Changed "demon" to "demo" for clarity and to avoid confusion. Issue: No specific issue was mentioned, but this is a minor improvement in documentation. Dependencies: No additional dependencies required. --- docs/docs/integrations/tools/tavily_search.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/integrations/tools/tavily_search.ipynb b/docs/docs/integrations/tools/tavily_search.ipynb index d4f6afdfff64d..be4975745f496 100644 --- a/docs/docs/integrations/tools/tavily_search.ipynb +++ b/docs/docs/integrations/tools/tavily_search.ipynb @@ -186,7 +186,7 @@ } ], "source": [ - "# This is usually generated by a model, but we'll create a tool call directly for demon purposes.\n", + "# This is usually generated by a model, but we'll create a tool call directly for demo purposes.\n", "model_generated_tool_call = {\n", " \"args\": {\"query\": \"euro 2024 host nation\"},\n", " \"id\": \"1\",\n",