6 references to AsChatClient
Microsoft.Extensions.AI.AzureAIInference.Tests (6)
AzureAIInferenceChatClientIntegrationTests.cs (1)
10?.AsChatClient(TestRunnerConfiguration.Instance["AzureAIInference:ChatModel"] ?? "gpt-4o-mini");
AzureAIInferenceChatClientTests.cs (5)
51Assert.Throws<ArgumentNullException>("chatCompletionsClient", () => ((ChatCompletionsClient)null!).AsChatClient("model")); 54Assert.Throws<ArgumentException>("modelId", () => client.AsChatClient(" ")); 65IChatClient chatClient = client.AsChatClient(model); 75IChatClient chatClient = client.AsChatClient("model"); 886.AsChatClient(modelId);