工具 API

create_document

创建新的Word文档 参数: - filename: 文件名 - title: 文档标题(可选) - author: 作者(可选) 返回: - file_id: 新建文件的唯一标识 使用示例: create_document(filename="my_document.docx", title="My Document", author="John Doe")

其他1 积分

调用信息

工具标识
word.create_document
服务提供方
Word
平均响应
49 ms
近 7 天调用
1

输入参数

filename必填

string

title

string

author

string