4 references to CreateMessage
Aspire.Dashboard (4)
Model\GenAI\GenAIVisualizerDialogViewModel.cs (4)
191viewModel.Items.Add(CreateMessage(viewModel, currentIndex, GenAIItemType.SystemMessage, instructionParts.Select(GenAIItemPartViewModel.CreateMessagePart).ToList(), internalId: null)); 213viewModel.Items.Add(CreateMessage(viewModel, currentIndex, type.Value, parts, internalId: item.InternalId)); 231viewModel.Items.Add(CreateMessage(viewModel, currentIndex, type.Value, parts, internalId: null)); 250viewModel.Items.Add(CreateMessage(viewModel, currentIndex, type, parts, internalId: null));