process.json 368 B

1234567891011121314151617
  1. {
  2. "name": "CreateNote",
  3. "description": "创建小红书笔记",
  4. "variables": {
  5. "model": "doubao",
  6. "imgPrompt": "一张健身主题的图片,阳光下的运动场景,励志风格",
  7. "imgPath": "./tmp/fitness.png"
  8. },
  9. "execute":
  10. [
  11. {
  12. "type": "adb",
  13. "method": "send-img-to-device",
  14. "inVars": ["./tmp/test.jpg"]
  15. }
  16. ]
  17. }