ChangelogWeek 41
Week 41
v3.8.1
@liveblocks/react
- Add
chatIdprop toRegisterAiKnowledgeto scope knowledge to a specific chat, similar toRegisterAiTool. This is the same as using theknowledgeprop onAiChat. - Fix issue where
useAiChat()didn't re-render correctly when chat title gets updated.
@liveblocks/node
- Fix issue where
tenantIdwas not being passed to the request when usingLiveblocks.createRoom(). - Add
comments:writeto the list of possible room permissions.
Examples
New example: AI app builder. New example: AI calendar.