fix(agent): 修复 MessageChannel.QQBot 不存在的错误

This commit is contained in:
jxxghp
2026-03-29 10:38:52 +08:00
parent 02439f55a9
commit ca9cbc1160
2 changed files with 89 additions and 43 deletions

View File

@@ -160,7 +160,7 @@ class MoviePilotTool(BaseTool, metaclass=ABCMeta):
MessageChannel.Slack: "slack",
MessageChannel.VoceChat: "vocechat",
MessageChannel.SynologyChat: "synologychat",
MessageChannel.QQBot: "qqbot",
MessageChannel.QQ: "qqbot",
}
channel_type = None