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",