API Reference
FileReadRequest
Defined in: tools/builtin/builtin.types.ts:211
A request to read a slice of a file.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
limit? | number | Upper bound on the number of lines to return; the backend picks the default. | tools/builtin/builtin.types.ts:217 |
offset? | number | 1-based first line to return; the backend picks the default (conventionally line 1). | tools/builtin/builtin.types.ts:215 |
path | string | Path of the file to read. | tools/builtin/builtin.types.ts:213 |