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