2 references to Configure
Microsoft.Extensions.AI (2)
TextToSpeech\ConfigureOptionsTextToSpeechClient.cs (2)
43
return await base.GetAudioAsync(text,
Configure
(options), cancellationToken);
50
await foreach (var update in base.GetStreamingAudioAsync(text,
Configure
(options), cancellationToken))