发送文件给指定联系人
通过微信自动化,向指定联系人发送一个文件。
office/skills/wechat/send_file/
from office.skills.wechat import send_file
send_file(who='文件传输助手', file='./test.txt')| 参数 | 类型 | 必填 | 默认值 | 说明 |
|---|---|---|---|---|
who | str | 是 | - | 接收文件的联系人名称 |
file | str | 是 | - | 要发送的文件路径 |
None
from office.skills.wechat import send_file
send_file(who='文件传输助手', file='./report.pdf')office.api.wechat.send_file
2b1996b
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.