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

35 lines
1.2 KiB
JSON
Raw Normal View History

{
"id": "wechat-miniprogram",
"name": "微信小程序",
"version": "0.1.0",
"description": "微信小程序客服消息渠道插件,支持被动回调模式的消息收发",
"author": "ForcePilot Team",
"order": 45,
"dependencies": ["httpx", "pycryptodome"],
"capabilities": {
"chat_types": ["direct"],
"message_types": ["text", "image", "voice", "video", "link", "miniprogrampage", "file"],
"reactions": false,
"typing_indicator": true,
"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,
"block_streaming_chunk_min_chars": 200,
"block_streaming_chunk_max_chars": 1200,
"block_streaming_chunk_break_preference": "paragraph",
"block_streaming_coalesce_min_chars": 80,
"block_streaming_coalesce_max_chars": 400,
"block_streaming_coalesce_idle_ms": 500
},
"enabled": true,
"python_requires": ">=3.12"
}