crewAI icon indicating copy to clipboard operation
crewAI copied to clipboard

Document tools typo error

Open gadgethome opened this issue 1 year ago • 0 comments

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')

gadgethome avatar Feb 28 '24 16:02 gadgethome