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

34 lines
1.0 KiB
JSON
Raw Normal View History

{
"id": "zalo",
"name": "Zalo",
"version": "0.1.0",
"description": "Zalo channel plugin for ForcePilot — Zalo Official Account Bot API integration",
"author": "ForcePilot",
"order": 80,
"resolve_reply_to_mode": "off",
"dependencies": ["httpx"],
"capabilities": {
"chat_types": ["direct", "group"],
"message_types": ["text", "image", "sticker"],
"reactions": false,
"typing_indicator": true,
"threads": false,
"edit": false,
"unsend": false,
"reply": false,
"media": true,
"native_commands": false,
"polls": false,
"group_management": false,
"streaming": true,
"streaming_mode": "block",
"block_streaming": true,
"block_streaming_chunk_min_chars": 800,
"block_streaming_chunk_max_chars": 1200,
"block_streaming_coalesce_min_chars": 400,
"block_streaming_coalesce_max_chars": 800
},
"enabled": true,
"python_requires": ">=3.12"
}