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