mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-23 15:19:33 +00:00
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
This commit is contained in:
parent
3894b4d9a5
commit
1c902ce3d1
@ -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",
|
||||
")"
|
||||
|
Loading…
Reference in New Issue
Block a user