动态auth完成。

This commit is contained in:
liuwei
2025-06-09 15:42:25 +08:00
parent 68cd1e3301
commit 566af1410f
8 changed files with 8 additions and 8 deletions

View File

@@ -31,7 +31,7 @@ class DifyPlugin(MessagePluginInterface):
# 功能权限常量
FEATURE_KEY = "AI_CAPABILITY"
FEATURE_DESCRIPTION = "🤖 AI聊天功能 [ai, dify, 聊天, AI]"
FEATURE_DESCRIPTION = "🤖 AI对话 [ai, 聊天, AI] 用法ai 如何写一个机器人?"
@property
def name(self) -> str: