From d004a26a0acb82e9204cc1560460f61db35c8723 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=A6=E6=BA=AA=E7=95=94?= <130263765+na10xi27da@users.noreply.github.com> Date: Fri, 11 Apr 2025 14:00:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/plugins/chat_module/think_flow_chat/think_flow_chat.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/chat_module/think_flow_chat/think_flow_chat.py b/src/plugins/chat_module/think_flow_chat/think_flow_chat.py index ed4d75847..1f68676bd 100644 --- a/src/plugins/chat_module/think_flow_chat/think_flow_chat.py +++ b/src/plugins/chat_module/think_flow_chat/think_flow_chat.py @@ -229,6 +229,7 @@ class ThinkFlowChat: # current_willing = current_willing_old # 获取回复概率 + is_willing = False if reply_probability != 1: is_willing = True reply_probability = await willing_manager.get_reply_probability(message.message_info.message_id)