ForcePilot/backend/package/yuxi/channel/extensions/taobao/plugin.json

31 lines
926 B
JSON
Raw Normal View History

{
"id": "taobao",
"name": "淘宝/千牛",
"version": "0.1.0",
"label": "淘宝/千牛 (TOP API)",
"aliases": ["taobao", "qianniu", "千牛", "淘宝客服"],
"description": "淘宝千牛客服消息渠道插件,基于 TOP OpenAPI 实现消息收发",
"author": "ForcePilot Team",
"order": 120,
"dependencies": ["httpx"],
"capabilities": {
"chat_types": ["direct"],
"message_types": ["text", "image", "rich"],
"reactions": false,
"typing_indicator": false,
"threads": false,
"edit": false,
"unsend": false,
"reply": false,
"media": true,
"effects": false,
"native_commands": false,
"polls": false,
"group_management": false,
"streaming": true,
"streaming_mode": "block",
"block_streaming": true
},
"enabled": true,
"python_requires": ">=3.12"
}