4 writes to GetStreamingAudioAsyncCallback
Microsoft.Extensions.AI.Tests (4)
TextToSpeech\ConfigureOptionsTextToSpeechClientTests.cs (1)
50
GetStreamingAudioAsyncCallback
= (text, options, cancellationToken) =>
TextToSpeech\LoggingTextToSpeechClientTests.cs (1)
104
GetStreamingAudioAsyncCallback
= (text, options, cancellationToken) => GetUpdatesAsync()
TextToSpeech\OpenTelemetryTextToSpeechClientTests.cs (2)
55
GetStreamingAudioAsyncCallback
= TestClientStreamAsync,
153
GetStreamingAudioAsyncCallback
= (text, options, cancellationToken) => throw expectedException,
1 reference to GetStreamingAudioAsyncCallback
Microsoft.Extensions.AI.Tests (1)
parent\Microsoft.Extensions.AI.Abstractions.Tests\TestTextToSpeechClient.cs (1)
50
=>
GetStreamingAudioAsyncCallback
!.Invoke(text, options, cancellationToken);