ai-sdk-ui-v7
Installation
SKILL.md
Skill: ai-sdk-ui
Scope
- Applies to:
@ai-sdk/reactuseChatandDefaultChatTransportfromai - Does NOT cover: Backend generation (see ai-sdk-core)
Assumptions
- SDK major is
ai^7;@ai-sdk/reactis a separate package major. Folder followsai - Never write
useChatfrom memory. Grepnode_modules/@ai-sdk/react/docs/andnode_modules/ai/docs/, else https://ai-sdk.dev/docs/ai-sdk-ui/chatbot - Chat HTTP may be Fastify; pass
transportwhen the URL is not/api/chat
Principles
useChatfrom@ai-sdk/react;DefaultChatTransportfromai- Local input state;
sendMessage({ text });statusnotisLoading; rendermessage.parts - Server: see ai-sdk-core. New code uses stateless stream helpers. Do not migrate existing
toUIMessageStreamResponse()unless asked