From 4be6e121c321b150436bfb3e64c78daba6b33ae9 Mon Sep 17 00:00:00 2001 From: Bakadax Date: Sat, 19 Apr 2025 15:13:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E6=8E=89=E5=A4=9A=E4=BD=99=E7=9A=84?= =?UTF-8?q?=E4=BC=A0=E5=85=A5=E5=8F=82=E6=95=B0?= 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 | 3 --- 1 file changed, 3 deletions(-) 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 1bc62a805..b7b323157 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 @@ -284,7 +284,6 @@ class ThinkFlowChat: with Timer("思考前使用工具", timing_results): tool_result = await self.tool_user.use_tool( message.processed_plain_text, - message.message_info.user_info.user_nickname, chat, heartflow.get_subheartflow(chat.stream_id), ) @@ -341,8 +340,6 @@ class ThinkFlowChat: current_mind, past_mind = await heartflow.get_subheartflow( chat.stream_id ).do_thinking_before_reply( - message_txt=message.processed_plain_text, - sender_info=message.message_info.user_info, chat_stream=chat, obs_id=get_mid_memory_id, extra_info=tool_result_info,