append_file
Append text to the end of a file, creating it if missing, to update logs, configs, or notes without overwriting existing content.
Instructions
Appends text to the end of an existing file (or creates it if it doesn't exist).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | No | ||
| content | Yes | ||
| file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |