Chat SDK now includes AI SDK tools
Chat SDK releases a built-in AI SDK toolset via a new `chat/ai` subpath, exposing `createChatTools()` to wire read and write actions into agents with preset and approval options.
Chat SDK now ships a built-in toolset through the new subpath. One call wires Chat SDK's read and write actions into your agent.AI SDKchat/aicreateChatTools(chat) and its supporting types have moved to . The previous re-exports are flagged .toAiMessageschat/aichat@deprecated Read the to get started, or try one of our .documentationtemplates Read more write tools are gated by a option.Approval by default: requireApproval , , and scope the toolset.Presets: readermessengermoderator only the tools your preset allows are constructed.Lazy loading:
§ how this story moved
- primary — Vercel — Changelog publishes the launch post.
- Vercel — Changelog picks up coverage.
- Vercel — Changelog picks up coverage.