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

35 lines
1.2 KiB
JSON
Raw Normal View History

{
"id": "xiaohongshu",
"name": "小红书",
"version": "1.0.0",
"description": "小红书企业号私信渠道插件,对接小红书开放平台与聚光平台,支持企业号与用户之间的一对一私信收发",
"author": "ForcePilot Team",
"order": 45,
"dependencies": ["httpx"],
"capabilities": {
"chat_types": ["direct"],
"message_types": ["text", "image", "video", "card"],
"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": 300,
"block_streaming_chunk_max_chars": 800,
"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"
}