26 references to Current
Microsoft.Extensions.AI.Evaluation.Integration.Tests (26)
AgentQualityEvaluatorTests.cs (4)
28if (Settings.Current.Configured) 67storageRootPath: Settings.Current.StorageRootPath, 75storageRootPath: Settings.Current.StorageRootPath, 270Assert.SkipUnless(Settings.Current.Configured, "Test is not configured");
NLPEvaluatorTests.cs (3)
22if (Settings.Current.Configured) 36storageRootPath: Settings.Current.StorageRootPath, 151Assert.SkipUnless(Settings.Current.Configured, "Test is not configured");
QualityEvaluatorTests.cs (4)
26if (Settings.Current.Configured) 55storageRootPath: Settings.Current.StorageRootPath, 68storageRootPath: Settings.Current.StorageRootPath, 284Assert.SkipUnless(Settings.Current.Configured, "Test is not configured");
ResultsTests.cs (2)
29storageRootPath: Settings.Current.Configured ? 30Settings.Current.StorageRootPath :
SafetyEvaluatorTests.cs (11)
31if (Settings.Current.Configured) 53endpointUrl: Settings.Current.AzureAIProjectEndpoint); 77storageRootPath: Settings.Current.StorageRootPath, 94storageRootPath: Settings.Current.StorageRootPath, 108storageRootPath: Settings.Current.StorageRootPath, 119storageRootPath: Settings.Current.StorageRootPath, 128subscriptionId: Settings.Current.AzureSubscriptionId, 129resourceGroupName: Settings.Current.AzureResourceGroupName, 130projectName: Settings.Current.AzureAIProjectName); 142storageRootPath: Settings.Current.StorageRootPath, 624Assert.SkipUnless(Settings.Current.Configured, "Test is not configured");
Setup.cs (2)
29Endpoint = new Uri(new Uri(Settings.Current.Endpoint), "/openai/v1") 42return client.GetChatClient(Settings.Current.DeploymentName);