ReadFiles
Reads full content of one or more files using absolute paths. Supports extracting specific line ranges 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-10for lines 1-10. You can drop start or end like/path/to/file:1-or/path/to/file:-10
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_paths | Yes |