write_file
Write content to a file, creating the file if it does not exist. Use to save data to disk.
Instructions
This function will write the given content to a file. If the file does not exist, it will be created.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | ||
| content | Yes |