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

33 lines
1.0 KiB
JSON
Raw Normal View History

{
"id": "helpscout",
"name": "Help Scout",
"version": "0.1.0",
"description": "Help Scout 客服工单渠道插件,支持 AI 辅助草拟回复、内部备注、工单状态管理",
"author": "ForcePilot Team",
"order": 75,
"dependencies": ["httpx", "beautifulsoup4"],
"capabilities": {
"chat_types": ["direct"],
"message_types": ["text"],
"reactions": false,
"streaming": true,
"streaming_mode": "block",
"block_streaming": true,
"block_streaming_chunk_min_chars": 200,
"block_streaming_chunk_max_chars": 1500,
"block_streaming_chunk_break_preference": "paragraph",
"block_streaming_coalesce_min_chars": 100,
"block_streaming_coalesce_max_chars": 600,
"block_streaming_coalesce_idle_ms": 500,
"threads": false,
"reply": true,
"edit": false,
"unsend": false,
"media": true,
"polling_fallback": true,
"typing_indicator": false
},
"enabled": false,
"python_requires": ">=3.12"
}