总结调整

This commit is contained in:
liuwei
2025-06-11 09:13:13 +08:00
parent 23ceb56b1f
commit c18fad9a8d

View File

@@ -49,7 +49,7 @@ class MessageSummaryPlugin(MessagePluginInterface):
@property
def commands(self) -> List[str]:
return self._commands
return ["总结", "summary"]
@property
def feature_key(self) -> Optional[str]:
@@ -61,7 +61,6 @@ class MessageSummaryPlugin(MessagePluginInterface):
def __init__(self):
super().__init__()
self._commands = []
self.message_storage = None
self.revoke = None
# 注册功能权限