Documentation Index
Fetch the complete documentation index at: https://crewai-devin-1778040886-fix-hitl-pre-review-silent-fallback.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Overview
We are still working on improving tools, so there might be unexpected behavior or changes in the future.
.txt, .csv, .json, and more. Depending on the file type, the suite offers specialized functionality,
such as converting JSON content into a Python dictionary for ease of use.
Installation
To utilize the functionalities previously attributed to the FileReadTool, install the crewai_tools package:Usage Example
To get started with the FileReadTool:Code
Arguments
file_path: The path to the file you want to read. It accepts both absolute and relative paths. Ensure the file exists and you have the necessary permissions to access it.
