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