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