关闭总结文本
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user