Skip to content

Commit

Permalink
fix: Simple application dialogue, non streaming, unable to respond to…
Browse files Browse the repository at this point in the history
… data (#2184)
  • Loading branch information
shaohuzhang1 authored Feb 9, 2025
1 parent 883a3b6 commit ce79e39
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ce79e39

Please sign in to comment.