ReadFiles
Extract and analyze full file content or specific line ranges from absolute paths. Enables precise file reading for tasks requiring line number understanding.
Instructions
- Read full file content of one or more files.
- Provide absolute paths only (~ allowed)
- Only if the task requires line numbers understanding:
- You may extract a range of lines. E.g.,
/path/to/file:1-10
for lines 1-10. You can drop start or end like/path/to/file:1-
or/path/to/file:-10
- You may extract a range of lines. E.g.,
Input Schema
Name | Required | Description | Default |
---|---|---|---|
file_paths | Yes |