2 references to CreateMessage
Aspire.Dashboard (2)
Model\GenAI\GenAIVisualizerDialogViewModel.cs (2)
200
viewModel.Items.Add(
CreateMessage
(viewModel, currentIndex, type.Value, parts, internalId: item.InternalId));
218
viewModel.Items.Add(
CreateMessage
(viewModel, currentIndex, type.Value, parts, internalId: null));