From ea5d068c7e518492f6d1adbfbadbaa16981e2099 Mon Sep 17 00:00:00 2001 From: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com> Date: Wed, 8 May 2024 10:41:35 -0700 Subject: [PATCH] Rm irrelevant comment --- .../chat_agent_executor_with_function_calling/anthropic.ipynb | 2 +- examples/chat_agent_executor_with_function_calling/base.ipynb | 2 +- .../force-calling-a-tool-first.ipynb | 2 +- examples/human-in-the-loop.ipynb | 2 +- examples/persistence.ipynb | 2 +- examples/state-model.ipynb | 2 +- examples/time-travel.ipynb | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/examples/chat_agent_executor_with_function_calling/anthropic.ipynb b/examples/chat_agent_executor_with_function_calling/anthropic.ipynb index 907ca3f3b..f09940c3f 100644 --- a/examples/chat_agent_executor_with_function_calling/anthropic.ipynb +++ b/examples/chat_agent_executor_with_function_calling/anthropic.ipynb @@ -81,7 +81,7 @@ "## Set up the tools\n", "\n", "We will first define the tools we want to use.\n", - "For this simple example, we will use a built-in search tool via Tavily.\n", + "For this simple example, we will use create a placeholder search engine.\n", "However, it is really easy to create your own tools - see documentation [here](https://python.langchain.com/docs/modules/agents/tools/custom_tools) on how to do that.\n", "\n", "**MODIFICATION**\n", diff --git a/examples/chat_agent_executor_with_function_calling/base.ipynb b/examples/chat_agent_executor_with_function_calling/base.ipynb index 9f9b50311..f066030bd 100644 --- a/examples/chat_agent_executor_with_function_calling/base.ipynb +++ b/examples/chat_agent_executor_with_function_calling/base.ipynb @@ -80,7 +80,7 @@ "## Set up the tools\n", "\n", "We will first define the tools we want to use.\n", - "For this simple example, we will use a built-in search tool via Tavily.\n", + "For this simple example, we will use create a placeholder search engine.\n", "However, it is really easy to create your own tools - see documentation [here](https://python.langchain.com/docs/modules/agents/tools/custom_tools) on how to do that.\n" ] }, diff --git a/examples/chat_agent_executor_with_function_calling/force-calling-a-tool-first.ipynb b/examples/chat_agent_executor_with_function_calling/force-calling-a-tool-first.ipynb index 25cd3aa01..aa0490453 100644 --- a/examples/chat_agent_executor_with_function_calling/force-calling-a-tool-first.ipynb +++ b/examples/chat_agent_executor_with_function_calling/force-calling-a-tool-first.ipynb @@ -89,7 +89,7 @@ "## Set up the tools\n", "\n", "We will first define the tools we want to use.\n", - "For this simple example, we will use a built-in search tool via Tavily.\n", + "For this simple example, we will use create a placeholder search engine.\n", "However, it is really easy to create your own tools - see documentation [here](https://python.langchain.com/docs/modules/agents/tools/custom_tools) on how to do that.\n" ] }, diff --git a/examples/human-in-the-loop.ipynb b/examples/human-in-the-loop.ipynb index 3b84543c8..e31ac89b3 100644 --- a/examples/human-in-the-loop.ipynb +++ b/examples/human-in-the-loop.ipynb @@ -122,7 +122,7 @@ "## Set up the tools\n", "\n", "We will first define the tools we want to use.\n", - "For this simple example, we will use a built-in search tool via Tavily.\n", + "For this simple example, we will use create a placeholder search engine.\n", "However, it is really easy to create your own tools - see documentation [here](https://python.langchain.com/docs/modules/agents/tools/custom_tools) on how to do that.\n" ] }, diff --git a/examples/persistence.ipynb b/examples/persistence.ipynb index 99f2c6fd9..be5735c36 100644 --- a/examples/persistence.ipynb +++ b/examples/persistence.ipynb @@ -137,7 +137,7 @@ "## Set up the tools\n", "\n", "We will first define the tools we want to use.\n", - "For this simple example, we will use a built-in search tool via Tavily.\n", + "For this simple example, we will use create a placeholder search engine.\n", "However, it is really easy to create your own tools - see documentation [here](https://python.langchain.com/docs/modules/agents/tools/custom_tools) on how to do that.\n" ] }, diff --git a/examples/state-model.ipynb b/examples/state-model.ipynb index da129f520..01f993d6c 100644 --- a/examples/state-model.ipynb +++ b/examples/state-model.ipynb @@ -91,7 +91,7 @@ "## Set up the tools\n", "\n", "We will first define the tools we want to use.\n", - "For this simple example, we will use a built-in search tool via Tavily.\n", + "For this simple example, we will use create a placeholder search engine.\n", "However, it is really easy to create your own tools - see documentation [here](https://python.langchain.com/docs/modules/agents/tools/custom_tools) on how to do that.\n" ] }, diff --git a/examples/time-travel.ipynb b/examples/time-travel.ipynb index 5f11a6b38..eeaf8176d 100644 --- a/examples/time-travel.ipynb +++ b/examples/time-travel.ipynb @@ -129,7 +129,7 @@ "## Set up the tools\n", "\n", "We will first define the tools we want to use.\n", - "For this simple example, we will use a built-in search tool via Tavily.\n", + "For this simple example, we will use create a placeholder search engine.\n", "However, it is really easy to create your own tools - see documentation [here](https://python.langchain.com/docs/modules/agents/tools/custom_tools) on how to do that.\n" ] },