16 references to IntegrationTestHelpers
Microsoft.Extensions.AI.OpenAI.Tests (16)
OpenAIAssistantChatClientIntegrationTests.cs (1)
26
var openAIClient =
IntegrationTestHelpers
.GetOpenAIClient();
OpenAIChatClientIntegrationTests.cs (1)
9
IntegrationTestHelpers
.GetOpenAIClient()
OpenAIEmbeddingGeneratorIntegrationTests.cs (1)
9
IntegrationTestHelpers
.GetOpenAIClient()
OpenAIHostedFileClientIntegrationTests.cs (7)
19
private readonly IHostedFileClient? _client =
IntegrationTestHelpers
.GetOpenAIClient()?.AsIHostedFileClient();
270
using var containerClient =
IntegrationTestHelpers
.GetOpenAIClient()!.GetContainerClient().AsIHostedFileClient();
273
using var chatClient =
IntegrationTestHelpers
.GetOpenAIClient()!
339
using var chatClient =
IntegrationTestHelpers
.GetOpenAIClient()!
343
using var fileClient =
IntegrationTestHelpers
.GetOpenAIClient()!.GetContainerClient().AsIHostedFileClient();
389
using var chatClient =
IntegrationTestHelpers
.GetOpenAIClient()!
393
using var fileClient =
IntegrationTestHelpers
.GetOpenAIClient()!.GetContainerClient().AsIHostedFileClient();
OpenAIImageGeneratingChatClientIntegrationTests.cs (1)
13
IntegrationTestHelpers
.GetOpenAIClient()
OpenAIImageGeneratorIntegrationTests.cs (1)
9
=>
IntegrationTestHelpers
.GetOpenAIClient()?
OpenAIResponseClientIntegrationTests.cs (1)
22
IntegrationTestHelpers
.GetOpenAIClient()
OpenAISpeechToTextClientIntegrationTests.cs (1)
9
=>
IntegrationTestHelpers
.GetOpenAIClient()?
OpenAITextToSpeechClientIntegrationTests.cs (2)
15
=>
IntegrationTestHelpers
.GetOpenAIClient()?
22
var openAIClient =
IntegrationTestHelpers
.GetOpenAIClient();