1 write to _endpoint
Aspire.Dashboard (1)
Model\Assistant\ChatClientFactory.cs (1)
83
InitializeClientConfiguration(out
_endpoint
, out _credential, out _httpClient);
5 references to _endpoint
Aspire.Dashboard (5)
Model\Assistant\ChatClientFactory.cs (5)
54
Endpoint =
_endpoint
,
64
[MemberNotNull(nameof(
_endpoint
), nameof(_credential), nameof(_httpClient))]
86
_logger.LogInformation("Chat client factory initialized. Endpoint = {Endpoint}",
_endpoint
);
91
Debug.Assert(
_endpoint
is not null && _credential is not null && _httpClient is not null);
133
var ghcpInfoAddress = new Uri(
_endpoint
, "/ghcp_info");