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

38 lines
1.2 KiB
JSON
Raw Normal View History

{
"id": "weibo",
"name": "微博",
"version": "0.1.0",
"label": "微博",
"aliases": ["微博", "weibo"],
"description": "微博粉丝服务平台渠道插件,支持被动回调模式的消息收发",
"author": "ForcePilot Team",
"order": 70,
"dependencies": ["httpx"],
"resolve_reply_to_mode": "off",
"capabilities": {
"chat_types": ["direct"],
"message_types": ["text", "image", "voice"],
"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,
"block_streaming_chunk_min_chars": 200,
"block_streaming_chunk_max_chars": 900,
"block_streaming_chunk_break_preference": "paragraph",
"block_streaming_coalesce_min_chars": 80,
"block_streaming_coalesce_max_chars": 300,
"block_streaming_coalesce_idle_ms": 500
},
"enabled": true,
"python_requires": ">=3.12"
}