Skip to content

Commit

Permalink
docs: Fix typo in Tavily Search example (#28034)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
hyder110 authored Nov 12, 2024
1 parent ca7375a commit 759b6ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/integrations/tools/tavily_search.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 759b6ed

Please sign in to comment.