我是打日志先人

This commit is contained in:
minecraft1024a
2025-09-24 16:53:44 +08:00
parent c7f8760b2d
commit 62ba8c3bfb
3 changed files with 9 additions and 0 deletions

View File

@@ -434,6 +434,8 @@ class ChatterActionManager:
# 根据新消息数量决定是否需要引用回复
reply_text = ""
is_proactive_thinking = (message_data.get("message_type") == "proactive_thinking") if message_data else True
logger.debug(f"[send_response] message_data: {message_data}")
first_replied = False
for reply_seg in reply_set: