append_to_file
Append specified content to the end of a file, optionally adding a newline before the content. Useful for updating or modifying files within a directory structure.
Instructions
Append content to the end of a file
Input Schema
Name | Required | Description | Default |
---|---|---|---|
content | Yes | Content to append | |
newline_before | No | Add newline before appending | |
path | Yes | File path relative to working directory |