diff --git a/docs/docs/integrations/tools/google_search.ipynb b/docs/docs/integrations/tools/google_search.ipynb index c8bb72cbbfc4f..b1302db06f18d 100644 --- a/docs/docs/integrations/tools/google_search.ipynb +++ b/docs/docs/integrations/tools/google_search.ipynb @@ -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", ")"