mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-08-31 10:57:59 +00:00
docs: remove FileReadTool installation section
CrewAI is assumed to already be installed, so the install steps are unnecessary. Co-authored-by: Rip&Tear <theCyberTech@users.noreply.github.com>
This commit is contained in:
@@ -19,14 +19,6 @@ The tool always returns plain text. If you need structured data (for example, JS
|
||||
For large files, the agent can pass `start_line` and `line_count` to read only a range of lines.
|
||||
The tool stops once it has those lines, so it does not scan the rest of the file.
|
||||
|
||||
## Installation
|
||||
|
||||
CrewAI should already be installed. Add tools support with:
|
||||
|
||||
```shell
|
||||
pip install 'crewai[tools]'
|
||||
```
|
||||
|
||||
## Usage Example
|
||||
|
||||
```python Code
|
||||
|
||||
Reference in New Issue
Block a user