1 write to _renderDisplayState
Aspire.Dashboard (1)
Components_Controls_AssistantChat_razor.g.cs (1)
207
_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)
215
if (
_renderDisplayState
== AssistantChatDisplayState.Chat)
1608
else if (
_renderDisplayState
is AssistantChatDisplayState.GhcpDisabled or AssistantChatDisplayState.GhcpError)