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

34 lines
1.1 KiB
JSON
Raw Normal View History

{
"id": "yuanbao",
"name": "Yuanbao (元宝)",
"version": "1.0.0",
"label": "Yuanbao",
"aliases": ["yuanbao", "yb", "tencent-yuanbao", "元宝"],
"description": "Tencent Yuanbao channel plugin for direct and group chat with text, image, audio, video, file and sticker support",
"author": "ForcePilot",
"order": 85,
"dependencies": ["httpx", "websockets"],
"capabilities": {
"chat_types": ["direct", "group"],
"message_types": ["text", "image", "file", "audio", "video", "sticker"],
"reactions": false,
"typing_indicator": true,
"threads": false,
"edit": false,
"unsend": false,
"reply": true,
"media": true,
"native_commands": true,
"polls": false,
"streaming": true,
"streaming_mode": "block",
"block_streaming": true,
"block_streaming_chunk_min_chars": 2800,
"block_streaming_chunk_max_chars": 3000,
"block_streaming_coalesce_min_chars": 2800,
"block_streaming_coalesce_max_chars": 3000,
"block_streaming_coalesce_idle_ms": 1000
},
"enabled": true,
"python_requires": ">=3.12"
}