1 write to Endpoint
Microsoft.Extensions.AI.Evaluation.Safety (1)
ContentSafetyServiceConfiguration.cs (1)
172Endpoint = Throw.IfNull(endpoint);
7 references to Endpoint
Microsoft.Extensions.AI.Evaluation.Safety (7)
ContentSafetyService.cs (1)
182serviceUrl = $"{serviceConfiguration.Endpoint.AbsoluteUri}/evaluations";
ContentSafetyService.UrlCacheKey.cs (3)
21other.Configuration.Endpoint == Configuration.Endpoint && 32Configuration.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))] 83Endpoint is null;