From c15a31819935c27138feb7102142e9fc5981c978 Mon Sep 17 00:00:00 2001 From: bracesproul Date: Mon, 17 Jun 2024 11:03:31 -0700 Subject: [PATCH] cr --- docs/core_docs/docs/how_to/custom_tools.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core_docs/docs/how_to/custom_tools.ipynb b/docs/core_docs/docs/how_to/custom_tools.ipynb index 7cee783715b2..b6cf2f4f8a1f 100644 --- a/docs/core_docs/docs/how_to/custom_tools.ipynb +++ b/docs/core_docs/docs/how_to/custom_tools.ipynb @@ -16,7 +16,7 @@ "\n", ":::\n", "\n", - "When constructing your own agent, you will need to provide it with a list of Tools that it can use. While LangChain includes some prebuilt tools, it can often be more useful to use tools that use custom logic. This guide will walk you through how to use these `Dynamic` tools.\n", + "When constructing your own agent, you will need to provide it with a list of Tools that it can use. While LangChain includes some prebuilt tools, it can often be more useful to use tools that use custom logic. This guide will walk you through how to use these tools.\n", "\n", "In this guide, we will walk through how to do define a tool for two functions:\n", "\n",