write_file
Write content to a file, creating it if missing or overwriting existing content.
Instructions
This function will write the given content to a file. If the file does not exist, it will be created. If the file already exists, it will be overwritten.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | ||
| content | Yes |