qwen_append_file
Append content to a file in a project, preserving existing data and creating the file or directories when missing.
Instructions
Append content to a file inside a project. Creates the file if missing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| content | Yes | ||
| project | Yes | ||
| encoding | No | utf-8 | |
| create_dirs | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |