1 write to State
Aspire.Dashboard (1)
Model\Assistant\ChatClientFactory.cs (1)
104State = GhcpState.Enabled,
2 references to State
Aspire.Dashboard (2)
Model\Assistant\AssistantChatViewModel.cs (1)
351if (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) ?? []));