31 lines
1001 B
JSON
31 lines
1001 B
JSON
|
|
{
|
||
|
|
"id": "tencent-sms",
|
||
|
|
"name": "腾讯云短信",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"label": "腾讯云短信",
|
||
|
|
"aliases": ["tencent-sms", "腾讯短信", "tencentcloud-sms"],
|
||
|
|
"description": "腾讯云 SMS 渠道插件,支持模板化短信发送、送达状态追踪与上行回复处理",
|
||
|
|
"author": "ForcePilot Team",
|
||
|
|
"order": 160,
|
||
|
|
"dependencies": ["tencentcloud-sdk-python-sms>=3.1.92"],
|
||
|
|
"capabilities": {
|
||
|
|
"chat_types": ["direct"],
|
||
|
|
"message_types": ["text"],
|
||
|
|
"streaming": true,
|
||
|
|
"streaming_mode": "block",
|
||
|
|
"block_streaming": true,
|
||
|
|
"block_streaming_chunk_min_chars": 60,
|
||
|
|
"block_streaming_chunk_max_chars": 67,
|
||
|
|
"reactions": false,
|
||
|
|
"polls": false,
|
||
|
|
"reply": false,
|
||
|
|
"media": false,
|
||
|
|
"voice": false,
|
||
|
|
"edit": false,
|
||
|
|
"unsend": false,
|
||
|
|
"threads": false,
|
||
|
|
"native_commands": false,
|
||
|
|
"group_management": false
|
||
|
|
},
|
||
|
|
"python_requires": ">=3.12"
|
||
|
|
}
|