From ce79e3947d7e05462ab15489034c102c6d9df418 Mon Sep 17 00:00:00 2001 From: shaohuzhang1 <80892890+shaohuzhang1@users.noreply.github.com> Date: Sun, 9 Feb 2025 22:32:07 +0800 Subject: [PATCH] fix: Simple application dialogue, non streaming, unable to respond to data (#2184) --- .../chat_pipeline/step/chat_step/impl/base_chat_step.py | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/application/chat_pipeline/step/chat_step/impl/base_chat_step.py b/apps/application/chat_pipeline/step/chat_step/impl/base_chat_step.py index 5bcdf10941a..f668cdee7d4 100644 --- a/apps/application/chat_pipeline/step/chat_step/impl/base_chat_step.py +++ b/apps/application/chat_pipeline/step/chat_step/impl/base_chat_step.py @@ -275,7 +275,6 @@ def execute_block(self, message_list: List[BaseMessage], request_token = 0 response_token = 0 write_context(self, manage, request_token, response_token, chat_result.content) - reasoning.get_reasoning_content(chat_result) reasoning_result = reasoning.get_reasoning_content(chat_result) content = reasoning_result.get('content') if 'reasoning_content' in chat_result.response_metadata: