ReadFiles
Read full content of files using absolute paths. Extract specific line ranges when needed for 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 |