1 write to _renderDisplayState
Aspire.Dashboard (1)
Components_Controls_AssistantChat_razor.g.cs (1)
213
_renderDisplayState
= ChatViewModel.DisplayState;
3 references to _renderDisplayState
Aspire.Dashboard (3)
Components\Controls\AssistantChat.razor.cs (1)
154
if (
_renderDisplayState
== AssistantChatDisplayState.Chat && !_initializedChatScript)
Components_Controls_AssistantChat_razor.g.cs (2)
221
if (
_renderDisplayState
== AssistantChatDisplayState.Chat)
1614
else if (
_renderDisplayState
is AssistantChatDisplayState.GhcpDisabled or AssistantChatDisplayState.GhcpError)