Commit 5a230be 1 parent 8d3db71 commit 5a230be Copy full SHA for 5a230be
File tree 2 files changed +2
-4
lines changed
templates/types/streaming
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -51,9 +51,7 @@ async def content_generator(self):
51
51
event_response = event .to_response ()
52
52
yield self .convert_data (event_response )
53
53
else :
54
- yield self .convert_data (
55
- {"type" : "agent" , "data" : event .model_dump ()}
56
- )
54
+ yield self .convert_data (event .model_dump ())
57
55
58
56
except asyncio .CancelledError :
59
57
logger .warning ("Client cancelled the request!" )
Original file line number Diff line number Diff line change 17
17
"@radix-ui/react-select" : " ^2.1.1" ,
18
18
"@radix-ui/react-slot" : " ^1.0.2" ,
19
19
"@radix-ui/react-tabs" : " ^1.1.0" ,
20
- "@llamaindex/chat-ui" : " 0.0.14 " ,
20
+ "@llamaindex/chat-ui" : " 0.1.0 " ,
21
21
"ai" : " ^4.0.3" ,
22
22
"ajv" : " ^8.12.0" ,
23
23
"class-variance-authority" : " ^0.7.1" ,
You can’t perform that action at this time.
0 commit comments