write_text_file
Create a UTF-8 text file at a given path, avoiding accidental data loss by refusing to overwrite unless explicitly requested.
Instructions
Create a UTF-8 text file, refusing to overwrite unless asked explicitly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| content | Yes | ||
| overwrite | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |