Skip to content

Commit 1dc74a5

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

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
@@ -3713,7 +3713,7 @@ async def flush_pending_delta_data(threshold: int = 0):
37133713
'status': 'in_progress',
37143714
}
37153715
)
3716-
pending_output = output + pending_fc_items
3716+
pending_output = full_output() + pending_fc_items
37173717
await event_emitter(
37183718
{
37193719
'type': 'chat:completion',

0 commit comments

Comments
 (0)