Skip to content

Commit a1a2648

Browse files
committed
fix: use full_output() in reasoning content delta emit
1 parent 1064e0d commit a1a2648

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
@@ -3780,7 +3780,7 @@ async def flush_pending_delta_data(threshold: int = 0):
37803780
}
37813781
]
37823782

3783-
data = {'content': serialize_output(output)}
3783+
data = {'content': serialize_output(full_output())}
37843784

37853785
if value:
37863786
if (

0 commit comments

Comments
 (0)