6 references to AsChatClient
Microsoft.Extensions.AI.AzureAIInference.Tests (6)
AzureAIInferenceChatClientIntegrationTests.cs (1)
14?.AsChatClient(Environment.GetEnvironmentVariable("AZURE_AI_INFERENCE_CHAT_MODEL") ?? "gpt-4o-mini");
AzureAIInferenceChatClientTests.cs (5)
35Assert.Throws<ArgumentNullException>("chatCompletionsClient", () => ((ChatCompletionsClient)null!).AsChatClient("model")); 38Assert.Throws<ArgumentException>("modelId", () => client.AsChatClient(" ")); 49IChatClient chatClient = client.AsChatClient(model); 59IChatClient chatClient = client.AsChatClient("model"); 535.AsChatClient(modelId);