write_file
Write content to a file, creating the file if it doesn't already exist. Provide the file path and content to update or create files.
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 |