Skip to content

Commit

Permalink
bump chat-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
leehuwuj committed Feb 18, 2025
1 parent 8d3db71 commit 5a230be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,7 @@ async def content_generator(self):
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!")
Expand Down
2 changes: 1 addition & 1 deletion templates/types/streaming/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5a230be

Please sign in to comment.