From 2b0bfa8d5073185dcdebf636e3e935a90e0e2daa Mon Sep 17 00:00:00 2001 From: Bakadax Date: Sun, 27 Apr 2025 21:33:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=81=E8=AE=B8=E4=B8=A4=E6=9D=A1=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E4=BF=A1=E6=81=AF=EF=BC=8C=E5=A2=9E=E5=8A=A0=E8=81=8A?= =?UTF-8?q?=E5=A4=A9=E7=B4=A7=E5=87=91=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/plugins/PFC/conversation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/PFC/conversation.py b/src/plugins/PFC/conversation.py index 394fc1d74..86503e5c5 100644 --- a/src/plugins/PFC/conversation.py +++ b/src/plugins/PFC/conversation.py @@ -165,7 +165,7 @@ class Conversation: else: logger.warning("ObservationInfo missing 'new_messages_count' after planning.") - if current_new_message_count > initial_new_message_count: + if current_new_message_count > initial_new_message_count + 2: logger.info( f"规划期间发现新增消息 ({initial_new_message_count} -> {current_new_message_count}),跳过本次行动,重新规划" )