Skip to content
Snippets Groups Projects
Commit 5a230bec authored by leehuwuj's avatar leehuwuj
Browse files

bump chat-ui

parent 8d3db71c
No related branches found
No related tags found
No related merge requests found
......@@ -51,9 +51,7 @@ class VercelStreamResponse(StreamingResponse):
event_response = event.to_response()
yield self.convert_data(event_response)
else:
yield self.convert_data(
{"type": "agent", "data": event.model_dump()}
)
yield self.convert_data(event.model_dump())
except asyncio.CancelledError:
logger.warning("Client cancelled the request!")
......
......@@ -17,7 +17,7 @@
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.1.0",
"@llamaindex/chat-ui": "0.0.14",
"@llamaindex/chat-ui": "0.1.0",
"ai": "^4.0.3",
"ajv": "^8.12.0",
"class-variance-authority": "^0.7.1",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment