write_file
Create a new file or overwrite an existing one with specified text content at a given path.
Instructions
Create a file (or overwrite it if it exists) with the given text content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| content | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |