2 references to GetChatMessages
Aspire.Dashboard (2)
Model\Assistant\AssistantChatViewModel.cs (2)
516chatMessages = _chatState.VisibleChatMessages.SelectMany(m => m.GetChatMessages()).ToList(); 568followUpMessages = _chatState.VisibleChatMessages.SelectMany(m => m.GetChatMessages()).ToList();