mirror of
https://github.com/open-webui/open-webui.git
synced 2026-09-07 08:27:05 +00:00
refac
This commit is contained in:
parent
885c94bda8
commit
d7efdcce2b
1 changed files with 1 additions and 1 deletions
|
|
@ -3741,7 +3741,7 @@ async def streaming_chat_response_handler(response, ctx):
|
|||
if delta_name:
|
||||
current_response_tool_call[
|
||||
"function"
|
||||
]["name"] += delta_name
|
||||
]["name"] = delta_name
|
||||
|
||||
if delta_arguments:
|
||||
current_response_tool_call[
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue