17 references to Current
Microsoft.Extensions.AI.Evaluation.Integration.Tests (17)
QualityEvaluatorTests.cs (4)
30
if (Settings.
Current
.Configured)
59
storageRootPath: Settings.
Current
.StorageRootPath,
72
storageRootPath: Settings.
Current
.StorageRootPath,
285
if (!Settings.
Current
.Configured)
ResultsTests.cs (2)
31
storageRootPath: Settings.
Current
.Configured ?
32
Settings.
Current
.StorageRootPath :
SafetyEvaluatorTests.cs (9)
30
if (Settings.
Current
.Configured)
55
subscriptionId: Settings.
Current
.AzureSubscriptionId,
56
resourceGroupName: Settings.
Current
.AzureResourceGroupName,
57
projectName: Settings.
Current
.AzureAIProjectName);
73
storageRootPath: Settings.
Current
.StorageRootPath,
90
storageRootPath: Settings.
Current
.StorageRootPath,
104
storageRootPath: Settings.
Current
.StorageRootPath,
115
storageRootPath: Settings.
Current
.StorageRootPath,
557
if (!Settings.
Current
.Configured)
Setup.cs (2)
18
var endpoint = new Uri(Settings.
Current
.Endpoint);
26
IChatClient chatClient = azureClient.GetChatClient(Settings.
Current
.DeploymentName).AsIChatClient();