Skip to content

Commit

Permalink
tools:docs: update google_search.ipynb - change tool name (#17354)
Browse files Browse the repository at this point in the history
according to https://youtu.be/rZus0JtRqXE?si=aFo1JTDnu5kSEiEN&t=678 by
@efriis

- **Description:** Seems the requirements for tool names have changed
and spaces are no longer allowed. Changed the tool name from Google
Search to google_search in the notebook
  - **Issue:** n/a
  - **Dependencies:** none
  - **Twitter handle:** @mesirii
  • Loading branch information
jexp authored Feb 12, 2024
1 parent 3894b4d commit 1c902ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/integrations/tools/google_search.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"search = GoogleSearchAPIWrapper()\n",
"\n",
"tool = Tool(\n",
" name=\"Google Search\",\n",
" name=\"google_search\",\n",
" description=\"Search Google for recent results.\",\n",
" func=search.run,\n",
")"
Expand Down

0 comments on commit 1c902ce

Please sign in to comment.