Skip to content

AIFunction Tools

Shows how to use Whoop as MEAI AIFunction tools with any IChatClient.

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

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