2 writes to Chat
Aspire.Dashboard (2)
Components\Dialogs\AssistantModalDialog.razor.cs (1)
127Content.Chat = viewModel;
Model\Assistant\AIContextProvider.cs (1)
257Chat = viewModel,
11 references to Chat
Aspire.Dashboard (11)
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();