append_file
Append text to an existing file in the workspace to add content incrementally. Provide the relative file path and the text to append.
Instructions
Append text to the end of an existing file.
Args: path: Path relative to the workspace root. The file must already exist. content: Text to append.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| content | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||