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