cozeAPI.yaml 708 B

123456789101112131415161718192021222324252627282930313233343536
  1. NAME: "Coze"
  2. VERSION: "v0.0.1"
  3. DESC: "接入Coze智能体"
  4. META: {
  5. official: "https://www.coze.cn/",
  6. configuration: "",
  7. tips: "支持接入云端的Coze智能体",
  8. fee: ""
  9. }
  10. # 暴露给前端的参数选项以及默认值
  11. PARAMETERS: [
  12. {
  13. name: "token",
  14. description: "Coze Token.",
  15. type: "string",
  16. required: false,
  17. choices: [],
  18. default: ""
  19. },
  20. {
  21. name: "bot_id",
  22. description: "Coze bot_id.",
  23. type: "string",
  24. required: false,
  25. choices: [],
  26. default: ""
  27. },
  28. # {
  29. # name: "voice",
  30. # description: "Voice for Coze.",
  31. # type: "string",
  32. # required: false,
  33. # choices: ["Getting from voice api..."],
  34. # default: "魅力女友"
  35. # },
  36. ]