mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: Simple application dialogue, non streaming, unable to respond to data (#2184)
This commit is contained in:
parent
883a3b6d27
commit
ce79e3947d
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue