| 1234567891011121314151617 |
- {
- "name": "CreateNote",
- "description": "创建小红书笔记",
- "variables": {
- "model": "doubao",
- "imgPrompt": "一张健身主题的图片,阳光下的运动场景,励志风格",
- "imgPath": "./tmp/fitness.png"
- },
- "execute":
- [
- {
- "type": "adb",
- "method": "send-img-to-device",
- "inVars": ["./tmp/test.jpg"]
- }
- ]
- }
|