mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 16:18:30 +00:00
Fixed typo in Tools.md (#472)
This commit is contained in:
@@ -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. |
|
| **DirectoryReadTool** | Facilitates reading and processing of directory structures and their contents. |
|
||||||
| **FileReadTool** | Enables reading and extracting data from files, supporting various file formats. |
|
| **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.|
|
| **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. |
|
| **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. |
|
| **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. |
|
| **MDXSearchTool** | A RAG tool tailored for searching within Markdown (MDX) files, useful for documentation. |
|
||||||
|
|||||||
Reference in New Issue
Block a user