26 references to Current
Microsoft.Extensions.AI.Evaluation.Integration.Tests (26)
AgentQualityEvaluatorTests.cs (4)
29
if (Settings.
Current
.Configured)
68
storageRootPath: Settings.
Current
.StorageRootPath,
76
storageRootPath: Settings.
Current
.StorageRootPath,
271
if (!Settings.
Current
.Configured)
NLPEvaluatorTests.cs (3)
26
if (Settings.
Current
.Configured)
40
storageRootPath: Settings.
Current
.StorageRootPath,
155
if (!Settings.
Current
.Configured)
QualityEvaluatorTests.cs (4)
30
if (Settings.
Current
.Configured)
59
storageRootPath: Settings.
Current
.StorageRootPath,
72
storageRootPath: Settings.
Current
.StorageRootPath,
286
if (!Settings.
Current
.Configured)
ResultsTests.cs (2)
31
storageRootPath: Settings.
Current
.Configured ?
32
Settings.
Current
.StorageRootPath :
SafetyEvaluatorTests.cs (11)
31
if (Settings.
Current
.Configured)
53
endpointUrl: Settings.
Current
.AzureAIProjectEndpoint);
75
storageRootPath: Settings.
Current
.StorageRootPath,
92
storageRootPath: Settings.
Current
.StorageRootPath,
106
storageRootPath: Settings.
Current
.StorageRootPath,
117
storageRootPath: Settings.
Current
.StorageRootPath,
126
subscriptionId: Settings.
Current
.AzureSubscriptionId,
127
resourceGroupName: Settings.
Current
.AzureResourceGroupName,
128
projectName: Settings.
Current
.AzureAIProjectName);
140
storageRootPath: Settings.
Current
.StorageRootPath,
622
if (!Settings.
Current
.Configured)
Setup.cs (2)
19
IChatClient chatClient = azureOpenAIClient.GetChatClient(Settings.
Current
.DeploymentName).AsIChatClient();
25
var endpoint = new Uri(Settings.
Current
.Endpoint);