1 instantiation of Settings
Microsoft.Extensions.AI.Evaluation.Integration.Tests (1)
Settings.cs (1)
75
return new
Settings
(config);
27 references to Settings
Microsoft.Extensions.AI.Evaluation.Integration.Tests (27)
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 (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,
558
if (!
Settings
.Current.Configured)
Settings.cs (3)
55
private static
Settings
? _currentSettings;
57
public static
Settings
Current
66
private static
Settings
GetCurrentSettings()
Setup.cs (2)
19
IChatClient chatClient = azureOpenAIClient.GetChatClient(
Settings
.Current.DeploymentName).AsIChatClient();
25
var endpoint = new Uri(
Settings
.Current.Endpoint);