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)
277if (chatViewModel != null && _currentChatMessageId != chatViewModel.ElementId && !chatViewModel.IsComplete)