4 writes to GetAudioAsyncCallback
Microsoft.Extensions.AI.Tests (4)
TextToSpeech\ConfigureOptionsTextToSpeechClientTests.cs (1)
43
GetAudioAsyncCallback
= (text, options, cancellationToken) =>
TextToSpeech\LoggingTextToSpeechClientTests.cs (1)
57
GetAudioAsyncCallback
= (text, options, cancellationToken) =>
TextToSpeech\OpenTelemetryTextToSpeechClientTests.cs (2)
41
GetAudioAsyncCallback
= async (text, options, cancellationToken) =>
152
GetAudioAsyncCallback
= (text, options, cancellationToken) => throw expectedException,
1 reference to GetAudioAsyncCallback
Microsoft.Extensions.AI.Tests (1)
parent\Microsoft.Extensions.AI.Abstractions.Tests\TestTextToSpeechClient.cs (1)
44
=>
GetAudioAsyncCallback
!.Invoke(text, options, cancellationToken);