From 48d99be49791082ab4de05001ae517fc4864a1c6 Mon Sep 17 00:00:00 2001 From: ChensenCHX <2087826155@qq.com> Date: Thu, 27 Mar 2025 17:27:06 +0800 Subject: [PATCH] =?UTF-8?q?info=E4=BD=8D=E7=BD=AE=E5=8F=8D=E4=BA=86?= =?UTF-8?q?=E5=8F=AF=E8=BF=98=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/plugins/chat/bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/chat/bot.py b/src/plugins/chat/bot.py index 7027a3df..52eaba1e 100644 --- a/src/plugins/chat/bot.py +++ b/src/plugins/chat/bot.py @@ -229,8 +229,8 @@ class ChatBot: # 清理掉思考消息后开始做发送前处理 if global_config.enable_action_execute and response_actions: for action in response_actions: - response = usable_action[action](response) logger.info(f"正在处理{action}") + response = usable_action[action](response) # 记录开始思考的时间,避免从思考到回复的时间太久 thinking_start_time = thinking_message.thinking_start_time