6 references to CreateMessage
Aspire.Dashboard (6)
Model\GenAI\GenAIVisualizerDialogViewModel.cs (6)
249viewModel.Items.Add(CreateMessage(viewModel, currentIndex, GenAIItemType.SystemMessage, instructionParts.Select(GenAIItemPartViewModel.CreateMessagePart).ToList(), internalId: null)); 271viewModel.Items.Add(CreateMessage(viewModel, currentIndex, type.Value, parts, internalId: item.InternalId)); 291viewModel.Items.Add(CreateMessage(viewModel, currentIndex, type.Value, parts, internalId: null)); 320viewModel.Items.Add(CreateMessage(viewModel, currentIndex, type, parts, internalId: null)); 361viewModel.Items.Add(CreateMessage(viewModel, currentIndex, type, parts, internalId: null)); 379viewModel.Items.Add(CreateMessage(viewModel, currentIndex, GenAIItemType.OutputMessage, parts, internalId: null));