From 63361707b33a3c675059a23e035dca49529b29dd Mon Sep 17 00:00:00 2001 From: SengokuCola <1026294844@qq.com> Date: Fri, 2 May 2025 02:03:55 +0800 Subject: [PATCH] Update message_sender.py --- src/plugins/chat/message_sender.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/chat/message_sender.py b/src/plugins/chat/message_sender.py index 8663be56b..6971767fd 100644 --- a/src/plugins/chat/message_sender.py +++ b/src/plugins/chat/message_sender.py @@ -222,7 +222,7 @@ class MessageManager: if ( message.apply_set_reply_logic # 检查标记 and message.is_head - and (thinking_messages_count > 1 or thinking_messages_length > 20) + and (thinking_messages_count > 3 or thinking_messages_length > 200) and not message.is_private_message() ): logger.debug(