消息总结加入debug

This commit is contained in:
liuwei
2025-02-17 14:43:54 +08:00
parent 50fd084265
commit f292c365e3

View File

@@ -437,6 +437,7 @@ class Robot(Job):
def message_summary_robot(self, sender: str = None):
try:
self.LOG.info(f"群: {sender} 消息总结开始执行!")
content = get_messages(sender, self.allContacts)
summary = message_summary(content)
self.sendTextMsg(summary, sender)