1 write to _client
Microsoft.Extensions.AI.Integration.Tests (1)
SpeechToTextClientIntegrationTests.cs (1)
22_client = CreateClient();
5 references to _client
Microsoft.Extensions.AI.Integration.Tests (5)
SpeechToTextClientIntegrationTests.cs (5)
27_client?.Dispose(); 39var response = await _client.GetTextAsync(audioSpeechStream); 52await foreach (var chunk in _client.GetStreamingTextAsync(audioSpeechStream)) 73[MemberNotNull(nameof(_client))] 78if (skipIntegration is not null || _client is null)