Skip to content

Commit cfc89b9

Browse files
Algorithm5838github-actions[bot]
authored andcommitted
fix: include prior_output in pending tool call display
1 parent 9d8c9e7 commit cfc89b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/open_webui/utils/middleware.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3706,7 +3706,7 @@ async def flush_pending_delta_data(threshold: int = 0):
37063706
'status': 'in_progress',
37073707
}
37083708
)
3709-
pending_output = output + pending_fc_items
3709+
pending_output = full_output() + pending_fc_items
37103710
await event_emitter(
37113711
{
37123712
'type': 'chat:completion',

0 commit comments

Comments
 (0)