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)
51
Assert.Throws<ArgumentNullException>("chatCompletionsClient", () => ((ChatCompletionsClient)null!).
AsChatClient
("model"));
54
Assert.Throws<ArgumentException>("modelId", () => client.
AsChatClient
(" "));
65
IChatClient chatClient = client.
AsChatClient
(model);
75
IChatClient chatClient = client.
AsChatClient
("model");
886
.
AsChatClient
(modelId);