From 52f0d2278476bb6af34e2dd79f2187236e32b0a1 Mon Sep 17 00:00:00 2001 From: Eivind Hyldmo <3465788+hyldmo@users.noreply.github.com> Date: Tue, 16 Apr 2024 12:20:25 +0100 Subject: [PATCH] Fixed typo in Tools.md (#472) --- docs/core-concepts/Tools.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/core-concepts/Tools.md b/docs/core-concepts/Tools.md index 6cc0d1e8b..96d25cea2 100644 --- a/docs/core-concepts/Tools.md +++ b/docs/core-concepts/Tools.md @@ -107,7 +107,7 @@ Here is a list of the available tools and their descriptions: | **DirectoryReadTool** | Facilitates reading and processing of directory structures and their contents. | | **FileReadTool** | Enables reading and extracting data from files, supporting various file formats. | | **GithubSearchTool** | A RAG tool for searching within GitHub repositories, useful for code and documentation search.| -| **SeperDevTool** | A specialized tool for development purposes, with specific functionalities under development. | +| **SerperDevTool** | A specialized tool for development purposes, with specific functionalities under development. | | **TXTSearchTool** | A RAG tool focused on searching within text (.txt) files, suitable for unstructured data. | | **JSONSearchTool** | A RAG tool designed for searching within JSON files, catering to structured data handling. | | **MDXSearchTool** | A RAG tool tailored for searching within Markdown (MDX) files, useful for documentation. | @@ -221,4 +221,4 @@ agent = Agent( ``` ## Conclusion -Tools are pivotal in extending the capabilities of CrewAI agents, enabling them to undertake a broad spectrum of tasks and collaborate effectively. When building solutions with CrewAI, leverage both custom and existing tools to empower your agents and enhance the AI ecosystem. Consider utilizing error handling, caching mechanisms, and the flexibility of tool arguments to optimize your agents' performance and capabilities. \ No newline at end of file +Tools are pivotal in extending the capabilities of CrewAI agents, enabling them to undertake a broad spectrum of tasks and collaborate effectively. When building solutions with CrewAI, leverage both custom and existing tools to empower your agents and enhance the AI ecosystem. Consider utilizing error handling, caching mechanisms, and the flexibility of tool arguments to optimize your agents' performance and capabilities.