1 write to DeploymentName
Microsoft.Extensions.AI.Evaluation.Integration.Tests (1)
Settings.cs (1)
25DeploymentName =
2 references to DeploymentName
Microsoft.Extensions.AI.Evaluation.Integration.Tests (2)
Settings.cs (1)
27throw new ArgumentNullException(nameof(DeploymentName));
Setup.cs (1)
27IChatClient chatClient = azureClient.GetChatClient(Settings.Current.DeploymentName).AsIChatClient();