4 writes to GetAudioAsyncCallback
Microsoft.Extensions.AI.Tests (4)
TextToSpeech\ConfigureOptionsTextToSpeechClientTests.cs (1)
43GetAudioAsyncCallback = (text, options, cancellationToken) =>
TextToSpeech\LoggingTextToSpeechClientTests.cs (1)
57GetAudioAsyncCallback = (text, options, cancellationToken) =>
TextToSpeech\OpenTelemetryTextToSpeechClientTests.cs (2)
41GetAudioAsyncCallback = async (text, options, cancellationToken) => 152GetAudioAsyncCallback = (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);