1 write to Endpoint
Microsoft.Extensions.AI.Evaluation.Safety (1)
ContentSafetyServiceConfiguration.cs (1)
179
Endpoint
= Throw.IfNull(endpoint);
7 references to Endpoint
Microsoft.Extensions.AI.Evaluation.Safety (7)
ContentSafetyService.cs (1)
187
serviceUrl = $"{serviceConfiguration.
Endpoint
.AbsoluteUri}/evaluations";
ContentSafetyService.UrlCacheKey.cs (3)
34
other.Configuration.
Endpoint
== Configuration.
Endpoint
&&
48
Configuration.
Endpoint
,
ContentSafetyServiceConfiguration.cs (3)
30
/// other hand, are configured by specifying only the <see cref="
Endpoint
"/> for the project. Use the appropriate
83
[MemberNotNullWhen(false, nameof(
Endpoint
))]
88
Endpoint
is null;