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