2 writes to IsComplete
Aspire.Dashboard (2)
Model\Assistant\AssistantChatViewModel.cs (2)
561
_currentAssistantResponse.
IsComplete
= true;
694
_currentAssistantResponse.
IsComplete
= true;
1 reference to IsComplete
Aspire.Dashboard (1)
Components\Controls\AssistantChat.razor.cs (1)
277
if (chatViewModel != null && _currentChatMessageId != chatViewModel.ElementId && !chatViewModel.
IsComplete
)