From eff31a33613bcdc179d6ad22febbabf8dccf80c8 Mon Sep 17 00:00:00 2001 From: Keno <37253540+kbressem@users.noreply.github.com> Date: Thu, 25 May 2023 01:25:39 -0400 Subject: [PATCH] Remove API key from docs (#5223) I found an API key for `serpapi_api_key` while reading the docs. It seems to have been modified very recently. Removed it in this PR @hwchase17 - project lead --- .../agents/agents/custom_agent_with_tool_retrieval.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/agents/agents/custom_agent_with_tool_retrieval.ipynb b/docs/modules/agents/agents/custom_agent_with_tool_retrieval.ipynb index 6bbb4ad4..a1e17387 100644 --- a/docs/modules/agents/agents/custom_agent_with_tool_retrieval.ipynb +++ b/docs/modules/agents/agents/custom_agent_with_tool_retrieval.ipynb @@ -149,7 +149,7 @@ { "data": { "text/plain": [ - "[Tool(name='Search', description='useful for when you need to answer questions about current events', return_direct=False, verbose=False, callback_manager=, func=, params={'engine': 'google', 'google_domain': 'google.com', 'gl': 'us', 'hl': 'en'}, serpapi_api_key='c657176b327b17e79b55306ab968d164ee2369a7c7fa5b3f8a5f7889903de882', aiosession=None)>, coroutine=None),\n", + "[Tool(name='Search', description='useful for when you need to answer questions about current events', return_direct=False, verbose=False, callback_manager=, func=, params={'engine': 'google', 'google_domain': 'google.com', 'gl': 'us', 'hl': 'en'}, serpapi_api_key='', aiosession=None)>, coroutine=None),\n", " Tool(name='foo-95', description='a silly function that you can use to get more information about the number 95', return_direct=False, verbose=False, callback_manager=, func=, coroutine=None),\n", " Tool(name='foo-12', description='a silly function that you can use to get more information about the number 12', return_direct=False, verbose=False, callback_manager=, func=, coroutine=None),\n", " Tool(name='foo-15', description='a silly function that you can use to get more information about the number 15', return_direct=False, verbose=False, callback_manager=, func=, coroutine=None)]"