1 instantiation of AssistantChatState
Aspire.Dashboard (1)
Model\Assistant\AssistantChatViewModel.cs (1)
190private AssistantChatState _chatState = new();
6 references to AssistantChatState
Aspire.Dashboard (4)
Model\Assistant\AIContextProvider.cs (1)
43public AssistantChatState? ChatState { get; set; }
Model\Assistant\AssistantChatViewModel.cs (2)
190private AssistantChatState _chatState = new(); 295public async Task InitializeWithPreviousStateAsync(AssistantChatState state)
Model\Assistant\IAIContextProvider.cs (1)
21AssistantChatState? 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; }