Skip to content

Examples.AIFunctions

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

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