3 references to GhcpState
Aspire.Dashboard (3)
Model\Assistant\AssistantChatViewModel.cs (1)
351if (response.State != GhcpState.Enabled)
Model\Assistant\ChatClientFactory.cs (1)
104State = GhcpState.Enabled,
Model\Assistant\Ghcp\GhcpInfoResponse.cs (1)
8public string State { get; set; } = GhcpState.Unknown;