2 writes to IsComplete
Aspire.Dashboard (2)
Model\Assistant\AssistantChatViewModel.cs (2)
556
_currentAssistantResponse.
IsComplete
= true;
689
_currentAssistantResponse.
IsComplete
= true;
2 references to IsComplete
Aspire.Dashboard (2)
Components\Controls\AssistantChat.razor.cs (1)
277
if (chatViewModel != null && _currentChatMessageId != chatViewModel.ElementId && !chatViewModel.
IsComplete
)
Components_Controls_AssistantChat_razor.g.cs (1)
568
if (!chatMessage.IsUserMessage && chatMessage.
IsComplete
&& chatMessages.VisibleChatMessages.Last() == chatMessage)