API Reference
FileWriteRequest
Defined in: tools/builtin/builtin.types.ts:274
A request to write a file's full contents.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
content | string | Full content to write, replacing anything already there. | tools/builtin/builtin.types.ts:278 |
path | string | Path of the file to write; parent directories are created as needed. | tools/builtin/builtin.types.ts:276 |