write
Creates a new text file or overwrites an existing one at the specified path, using the provided content. Ideal for full-file replacement when targeted edits are insufficient.
Instructions
Write a text file to the local filesystem. An existing file is overwritten. Prefer edit for an existing file when a targeted replacement is sufficient.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | The content to write to the file | |
| filePath | Yes | The absolute path to the file to write |