write_file
Write a text file to the working directory, creating parent directories as needed, for music notation.
Instructions
Write a text file into the working directory, creating parent directories.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to write, relative to the working directory. | |
| content | Yes | Full file contents. |