write_file
Create or update files in your workspace by writing content to specified files and automatically generating Git commit messages for version control.
Instructions
Write content to a file in the workspace folder
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | File name inside the workspace folder | |
| content | Yes | The content to write to the file | |
| commitMessage | Yes | Commit message for git |