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 5bcdf1094..f668cdee7 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 @@ class BaseChatStep(IChatStep): 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: