1 instantiation of Settings
Microsoft.Extensions.AI.Evaluation.Integration.Tests (1)
Settings.cs (1)
80
return new
Settings
(config);
29 references to Settings
Microsoft.Extensions.AI.Evaluation.Integration.Tests (29)
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)
Settings.cs (3)
60
private static
Settings
? _currentSettings;
62
public static
Settings
Current
71
private static
Settings
GetCurrentSettings()
Setup.cs (2)
19
IChatClient chatClient = azureOpenAIClient.GetChatClient(
Settings
.Current.DeploymentName).AsIChatClient();
25
var endpoint = new Uri(
Settings
.Current.Endpoint);