Vercel AI SDK Provider
Vercel AI SDK allows you to configure an optional async execute
function that the framework uses to execute the tool calls.
The Vercel provider for Composio formats the Composio tools and adds this execute
function to the tool calls.
Setup
Vercel AI SDK and the provider are only available for the TypeScript SDK.
TypeScript
You can specify and import the provider in the constructor.
TypeScript
Usage
TypeScript