From 5a006f72646d9c5702f21133d539e9d2c64b1af3 Mon Sep 17 00:00:00 2001 From: Luan Fernandes Date: Sat, 9 Mar 2024 18:39:18 -0300 Subject: [PATCH] docs: update typo in docs about agent tools (#18850) fixes #18849 --- docs/docs/modules/agents/tools/index.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/modules/agents/tools/index.ipynb b/docs/docs/modules/agents/tools/index.ipynb index 9ef40a184e..282217d425 100644 --- a/docs/docs/modules/agents/tools/index.ipynb +++ b/docs/docs/modules/agents/tools/index.ipynb @@ -26,7 +26,7 @@ "4. The function to call \n", "5. Whether the result of a tool should be returned directly to the user\n", "\n", - "It is useful to have all this information because this information can be used to build action-taking systems! The name, description, and JSON schema can be used the prompt the LLM so it knows how to specify what action to take, and then the function to call is equivalent to taking that action.\n", + "It is useful to have all this information because this information can be used to build action-taking systems! The name, description, and JSON schema can be used to prompt the LLM so it knows how to specify what action to take, and then the function to call is equivalent to taking that action.\n", "\n", "The simpler the input to a tool is, the easier it is for an LLM to be able to use it.\n", "Many agents will only work with tools that have a single string input.\n",