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