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