Skip to content

Examples.AIFunctions

This example assumes using Vercel; is in scope and apiKey contains your Vercel API key.

1
2
3
// Use Vercel tools with any MEAI-compatible AI provider
using var client = new VercelClient(apiKey: "test");
var tools = client.AsTools();