Chat SDK 新增 Web 适配器支持
来源: Vercel News
You can now build chat UIs that connect to Chat SDK with the new web adapter. Build in-product assistants, support agents, or any other browser-based chat experience.
Define the bot on your server:
Then stream replies live to the browser with a preconfigured @ai-sdk/react useChat hook:
Read the Chat SDK documentation to get started, browse the supported adapters, or learn how to build your own.