1 write to _client
Microsoft.Extensions.AI.Integration.Tests (1)
SpeechToTextClientIntegrationTests.cs (1)
21_client = CreateClient();
6 references to _client
Microsoft.Extensions.AI.Integration.Tests (6)
SpeechToTextClientIntegrationTests.cs (6)
26_client?.Dispose(); 38var response = await _client.GetTextAsync(audioSpeechStream); 51await foreach (var chunk in _client.GetStreamingTextAsync(audioSpeechStream)) 72var response = await _client.GetTextAsync(audioSpeechStream); 89[MemberNotNull(nameof(_client))] 94Assert.SkipUnless(skipIntegration is null && _client is not null, "Client is not enabled.");