1 write to State
Aspire.Dashboard (1)
Model\Assistant\ChatClientFactory.cs (1)
104
State
= GhcpState.Enabled,
2 references to State
Aspire.Dashboard (2)
Model\Assistant\AssistantChatViewModel.cs (1)
351
if (response.
State
!= GhcpState.Enabled)
Model\Assistant\ChatClientFactory.cs (1)
149
_logger.LogInformation("Received GHCP info. State = {State}, Models = {Models}", response.
State
, string.Join(", ", response.Models?.Select(m => m.Name) ?? []));