Files

25 lines
763 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"id": "azure-bot",
"name": "Azure Bot",
"version": "1.0.1",
"type": "channel",
"description": "Azure Bot Service channel (Bot Framework) integration for QwenPaw. Supports Teams, Slack, Web Chat and other Azure Bot channels.",
"description_i18n": {
"zh-CN": "Azure Bot ServiceBot Framework)消息频道,支持 Teams、Slack、Web Chat 等 Azure Bot 渠道。",
"en-US": "Azure Bot Service (Bot Framework) channel integration for QwenPaw. Supports Teams, Slack, Web Chat and other Azure Bot channels."
},
"author": "QwenPaw Team",
"entry": {
"backend": "plugin.py"
},
"dependencies": [
"aiohttp>=3.8.0",
"PyJWT>=2.0.0",
"msal>=1.20.0"
],
"qwenpaw_version": {
"min": "2.0.1b1",
"max": "2.1.0"
}
}