26 references to Current
Microsoft.Extensions.AI.Evaluation.Integration.Tests (26)
AgentQualityEvaluatorTests.cs (4)
29if (Settings.Current.Configured) 68storageRootPath: Settings.Current.StorageRootPath, 76storageRootPath: Settings.Current.StorageRootPath, 271if (!Settings.Current.Configured)
NLPEvaluatorTests.cs (3)
26if (Settings.Current.Configured) 40storageRootPath: Settings.Current.StorageRootPath, 155if (!Settings.Current.Configured)
QualityEvaluatorTests.cs (4)
30if (Settings.Current.Configured) 59storageRootPath: Settings.Current.StorageRootPath, 72storageRootPath: Settings.Current.StorageRootPath, 286if (!Settings.Current.Configured)
ResultsTests.cs (2)
31storageRootPath: Settings.Current.Configured ? 32Settings.Current.StorageRootPath :
SafetyEvaluatorTests.cs (11)
32if (Settings.Current.Configured) 54endpointUrl: Settings.Current.AzureAIProjectEndpoint); 78storageRootPath: Settings.Current.StorageRootPath, 95storageRootPath: Settings.Current.StorageRootPath, 109storageRootPath: Settings.Current.StorageRootPath, 120storageRootPath: Settings.Current.StorageRootPath, 129subscriptionId: Settings.Current.AzureSubscriptionId, 130resourceGroupName: Settings.Current.AzureResourceGroupName, 131projectName: Settings.Current.AzureAIProjectName); 143storageRootPath: Settings.Current.StorageRootPath, 625if (!Settings.Current.Configured)
Setup.cs (2)
19IChatClient chatClient = azureOpenAIClient.GetChatClient(Settings.Current.DeploymentName).AsIChatClient(); 25var endpoint = new Uri(Settings.Current.Endpoint);