overwrite_file
Overwrite an existing file or create a new file by specifying its path and content.
Instructions
Overwrites an existing file or creates a new one with the given content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| content | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |