3 writes to Chat
Aspire.Dashboard (3)
Components\Dialogs\AssistantModalDialog.razor.cs (1)
127Content.Chat = viewModel;
Components_Layout_MainLayout_razor.g.cs (1)
780new AssistantDialogViewModel { Chat = vm }
Model\Assistant\AIContextProvider.cs (1)
253Chat = viewModel,
14 references to Chat
Aspire.Dashboard (14)
Components\Dialogs\AssistantModalDialog.razor.cs (6)
51Content.Chat.DisplayContainer = AssistantChatDisplayContainer.Dialog; 52Content.Chat.OnDisconnectCallback = () => 81if (Content.Chat.DisplayContainer == AssistantChatDisplayContainer.Dialog) 83Content.Chat.Dispose(); 106Content.Chat.DisplayContainer = AssistantChatDisplayContainer.Switching; 119await AIContextProvider.LaunchAssistantSidebarAsync(Content.Chat);
Components\Dialogs\AssistantSidebarDialog.razor.cs (5)
37Content.Chat.DisplayContainer = AssistantChatDisplayContainer.Sidebar; 60Content.Chat.DisplayContainer = AssistantChatDisplayContainer.Switching; 62await AIContextProvider.LaunchAssistantModelDialogAsync(Content.Chat, openedForMobileView); 79if (Content.Chat.DisplayContainer == AssistantChatDisplayContainer.Sidebar) 81Content.Chat.Dispose();
Components_Dialogs_AssistantModalDialog_razor.g.cs (1)
687Content.Chat
Components_Dialogs_AssistantSidebarDialog_razor.g.cs (2)
279if (Content.Chat.DisplayState == AssistantChatDisplayState.Chat) 569Content.Chat