Skip to content

Examples.AIFunctions

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

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