Bỏ qua đến nội dung chính
Back to home
Tech tools-ai 1 min read

Vercel Upgrades Chat SDK: Supporting AI SDK and Direct API Connections 🤖

Vercel has updated its Chat SDK, deeply integrating the AI SDK toolkit and enabling direct access to SDKs of platforms like GitHub, Slack, and Linear to build AI agents.

Tier 2 · sources 99% confidence Reviewed
📚 Aggregated from 2 sources Vercel Blog Vercel Blog

Vercel has announced two major updates to its Chat SDK toolkit, bringing deep integration with the AI SDK and expanding direct access to third-party platform SDKs. These improvements help developers build smarter and more versatile AI agents within Vercel's ecosystem.

Key Developments

According to Vercel's announcement, the Chat SDK now comes pre-integrated with the AI SDK toolkit via the chat/ai subpath. Developers can use the createChatTools(chat) function to directly connect Chat SDK actions to AI agents. The update also adds a default approval requirement feature for write tools and the message.subject property, allowing bots to automatically process information from original issues or pull requests on Linear and GitHub.

Background

Previously, connecting large language models (LLMs) with team collaboration tools often required significant boilerplate code. Vercel standardizing this workflow through the Chat SDK and allowing direct access to partner SDKs like Slack or GitHub significantly simplifies the technical infrastructure for AI-integrated chat applications.

Why It Matters

For Vietnamese developers building AI agents, this update reduces deployment time and enhances security thanks to the default approval mechanism. Vercel's focus on developer experience (DX) in the AI space highlights how the 'AI-first' trend is becoming the new standard in modern web development.