3 implementations of LaunchAssistantModelDialogAsync
Aspire.Dashboard (1)
Model\Assistant\AIContextProvider.cs (1)
246public async Task LaunchAssistantModelDialogAsync(AssistantChatViewModel viewModel, bool openedForMobileView = false)
Aspire.Dashboard.Components.Tests (1)
tests\Shared\TestAIContextProvider.cs (1)
39public Task LaunchAssistantModelDialogAsync(AssistantChatViewModel viewModel, bool openedForMobileView = false)
Aspire.Dashboard.Tests (1)
tests\Shared\TestAIContextProvider.cs (1)
39public Task LaunchAssistantModelDialogAsync(AssistantChatViewModel viewModel, bool openedForMobileView = false)
2 references to LaunchAssistantModelDialogAsync
Aspire.Dashboard (2)
Components\Dialogs\AssistantSidebarDialog.razor.cs (1)
62await AIContextProvider.LaunchAssistantModelDialogAsync(Content.Chat, openedForMobileView);
Components\Layout\MainLayout.razor.cs (1)
267await AIContextProvider.LaunchAssistantModelDialogAsync(viewModel);