qwen_write_file
Write content to a project file, creating directories as needed. Support base64 encoding for binary data.
Instructions
Write content to a file inside a project. Use encoding='base64' for binary data.
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 |