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