3 references to AzureAIInferenceChatClient
Microsoft.Extensions.AI.AzureAIInference (1)
AzureAIInferenceExtensions.cs (1)
16new AzureAIInferenceChatClient(chatCompletionsClient, modelId);
Microsoft.Extensions.AI.AzureAIInference.Tests (2)
AzureAIInferenceChatClientTests.cs (2)
26Assert.Throws<ArgumentNullException>("chatCompletionsClient", () => new AzureAIInferenceChatClient(null!, "model")); 29Assert.Throws<ArgumentException>("modelId", () => new AzureAIInferenceChatClient(client, " "));