create_new_document
Creates a new blank Word document at the specified file path, ready for editing.
Instructions
创建一个新的空白 Word 文档。
Args: file_path: 保存文档的路径 (例如: "output.docx")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |