Resources
Changelog
View the latest updates and changes to Chat SDK.
- Replace overview with greeting on new chat page
- Paginate chat history
- Use xAI as primary image model
- Center align the plus icon
- Reference geist typeface from google fonts
- Poll votes only after reaching minimum message count
- Create tables
Message_v2
andVote_v2
with updated schema - Update
components/message.tsx
to render content based onmessage.parts
- Add migration script and guide
- Use
UseChatHelper
as type - Replace
Message
type withUIMessage
- Replace
isLoading
(deprecated) withstatus
inuseChat