This commit is contained in:
tt-P607
2025-09-01 15:44:23 +08:00

View File

@@ -422,9 +422,7 @@ class HeartFChatting:
""" """
统一判断是否应该处理消息的函数 统一判断是否应该处理消息的函数
根据当前循环模式和消息内容决定是否继续处理 根据当前循环模式和消息内容决定是否继续处理
""" """
from src.chat.utils.utils_image import is_image_message
if self.context.loop_mode == ChatMode.FOCUS: if self.context.loop_mode == ChatMode.FOCUS:
if self.context.last_action == "no_reply": if self.context.last_action == "no_reply":
if messages: if messages: