read_text_excerpt
Read a bounded text excerpt from a file. Use offset_chars to continue reading large files without loading the whole content.
Instructions
Read a bounded UTF-8 text chunk; use offset_chars to continue a large file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| max_chars | No | ||
| offset_chars | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||