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