3 implementations of ChatState
Aspire.Dashboard (1)
Model\Assistant\AIContextProvider.cs (1)
43
public 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; }
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)
257
var initializeTask = AIContextProvider.
ChatState
is { } state