Tools This example assumes using Anam; is in scope and apiKey contains your Anam API key. 1 2 3 4 5 6 7 8 9 10 11 12 13 14var client = new AnamClient(apiKey); var tools = new[] { client.AsCreateSessionTokenTool(), client.AsListVoicesTool(), client.AsListAvatarsTool(), client.AsListPersonasTool(), client.AsGetSessionTranscriptTool(), }; foreach (var tool in tools) { }