Skip to content

Examples.AIFunctions

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

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