Skip to content

Commit 2261009

Browse files
committed
fix: Simple application dialogue, non streaming, unable to respond to data
1 parent 883a3b6 commit 2261009

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/application/chat_pipeline/step/chat_step/impl/base_chat_step.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,6 @@ def execute_block(self, message_list: List[BaseMessage],
275275
request_token = 0
276276
response_token = 0
277277
write_context(self, manage, request_token, response_token, chat_result.content)
278-
reasoning.get_reasoning_content(chat_result)
279278
reasoning_result = reasoning.get_reasoning_content(chat_result)
280279
content = reasoning_result.get('content')
281280
if 'reasoning_content' in chat_result.response_metadata:

0 commit comments

Comments
 (0)