chore: enable daily message summary job

This commit is contained in:
liuwei
2026-04-02 11:06:32 +08:00
parent c8f6304ed3
commit 848e7b5ab9

View File

@@ -72,7 +72,7 @@ class MessageSummaryPlugin(MessagePluginInterface):
# 注册功能权限
self.feature = self.register_feature()
# 注册定时任务每天早上9点总结昨天的聊天信息
# async_job.at_times(["09:00"])(self.daily_summary_job)
async_job.at_times(["09:00"])(self.daily_summary_job)
def initialize(self, context: Dict[str, Any]) -> bool:
"""初始化插件"""