tools:docs: update google_search.ipynb - change tool name (#17354)

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
pull/17393/head
Michael Hunger 8 months ago committed by GitHub
parent 3894b4d9a5
commit 1c902ce3d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -40,7 +40,7 @@
"search = GoogleSearchAPIWrapper()\n", "search = GoogleSearchAPIWrapper()\n",
"\n", "\n",
"tool = Tool(\n", "tool = Tool(\n",
" name=\"Google Search\",\n", " name=\"google_search\",\n",
" description=\"Search Google for recent results.\",\n", " description=\"Search Google for recent results.\",\n",
" func=search.run,\n", " func=search.run,\n",
")" ")"

Loading…
Cancel
Save