1 instantiation of AssistantChatState
Aspire.Dashboard (1)
Model\Assistant\AssistantChatViewModel.cs (1)
195
private AssistantChatState _chatState =
new
();
6 references to AssistantChatState
Aspire.Dashboard (4)
Model\Assistant\AIContextProvider.cs (1)
47
public
AssistantChatState
? ChatState { get; set; }
Model\Assistant\AssistantChatViewModel.cs (2)
195
private
AssistantChatState
_chatState = new();
300
public async Task InitializeWithPreviousStateAsync(
AssistantChatState
state)
Model\Assistant\IAIContextProvider.cs (1)
22
AssistantChatState
? ChatState { get; set; }
Aspire.Dashboard.Components.Tests (1)
tests\Shared\TestAIContextProvider.cs (1)
16
public
AssistantChatState
? ChatState { get; set; }
Aspire.Dashboard.Tests (1)
tests\Shared\TestAIContextProvider.cs (1)
16
public
AssistantChatState
? ChatState { get; set; }