6 references to CreateMessage
Aspire.Dashboard (6)
Model\GenAI\GenAIVisualizerDialogViewModel.cs (6)
253viewModel.Items.Add(CreateMessage(viewModel, currentIndex, GenAIItemType.SystemMessage, instructionParts.Select(GenAIItemPartViewModel.CreateMessagePart).ToList(), internalId: null)); 275viewModel.Items.Add(CreateMessage(viewModel, currentIndex, type.Value, parts, internalId: item.InternalId)); 295viewModel.Items.Add(CreateMessage(viewModel, currentIndex, type.Value, parts, internalId: null)); 324viewModel.Items.Add(CreateMessage(viewModel, currentIndex, type, parts, internalId: null)); 365viewModel.Items.Add(CreateMessage(viewModel, currentIndex, type, parts, internalId: null)); 383viewModel.Items.Add(CreateMessage(viewModel, currentIndex, GenAIItemType.OutputMessage, parts, internalId: null));