3 implementations of ChatState
Aspire.Dashboard (1)
Model\Assistant\AIContextProvider.cs (1)
43public AssistantChatState? ChatState { get; set; }
Aspire.Dashboard.Components.Tests (1)
tests\Shared\TestAIContextProvider.cs (1)
16public AssistantChatState? ChatState { get; set; }
Aspire.Dashboard.Tests (1)
tests\Shared\TestAIContextProvider.cs (1)
16public AssistantChatState? ChatState { get; set; }
1 write to ChatState
Aspire.Dashboard (1)
Model\Assistant\AssistantChatViewModel.cs (1)
916_aiContextProvider.ChatState = _chatState;
1 reference to ChatState
Aspire.Dashboard (1)
Components\Layout\MainLayout.razor.cs (1)
257var initializeTask = AIContextProvider.ChatState is { } state