关闭总结文本

This commit is contained in:
liuwei
2025-03-19 11:44:34 +08:00
parent 41c4087bd6
commit 443c6d7d8e

View File

@@ -107,8 +107,8 @@ class MessageSummaryPlugin(MessagePluginInterface):
# 发送总结结果
wcf = message.get("wcf")
if wcf:
if summary:
wcf.send_text(f"总结已生成:\n{summary}", group_id, message.get("sender"))
# if summary:
# wcf.send_text(f"总结已生成:\n{summary}", group_id, message.get("sender"))
if image_path:
wcf.send_file(image_path, group_id)