Examples.AIFunctions
This example assumes using Supabase; is in scope and apiKey contains your Supabase API key.
| // Use Supabase tools with any MEAI-compatible AI provider
using var client = new SupabaseClient(apiKey: "test");
var tools = client.AsTools();
|