crewAI
crewAI copied to clipboard
Document tools typo error
Hi maybe a type in the doc https://github.com/joaomdmoura/crewAI/blob/main/docs/core-concepts/Tools.md
This will allow the agent with this tool to read only the directory specified during it's execution
toos = DirectoryReadTool(directory='./directory')
maybe should be tool = DirectoryReadTool(directory='./directory')