telexed ~ c / e70ce8b7-85fradar:70 · infra_saasLIVE
← back
NO.
#e70ce8b7
Topic
INFRA & SAAS
Source
vercel_blog
Published
2026-05-20 00:00:00
Importance
★ 7/10 — radar 70
`Chat SDK` adds built-in `AI SDK` tools via `chat/ai`
FIG-0701:1

`Chat SDK` adds built-in `AI SDK` tools via `chat/ai`

Agent wiring is now one call: createChatTools(chat). Approval-gated writes and preset-scoped tools reduce custom glue code for Vercel chat apps.

[ KEY POINTS ]
  1. createChatTools(chat) connects Chat SDK read/write actions into an agent, cutting boilerplate around chat state operations.
  2. Write tools default to requireApproval, so destructive agent actions start behind an approval gate.
  3. reader, messenger, and moderator presets construct only allowed tools, keeping tool exposure narrower by default.
Originalvercel.com/changelog/chat-sdk-now-includes-ai-sdk-toolsRead original →

// related