3 references to MarkdownFormat
Aspire.Dashboard (3)
Model\GenAI\GenAIVisualizerDialogViewModel.cs (3)
253
return new TextVisualizerViewModel(textPart.Content ?? string.Empty, indentText: true, fallbackFormat: DashboardUIHelpers.
MarkdownFormat
);
293
TextVisualizerViewModel = new TextVisualizerViewModel(systemOrUserEvent.Content ?? string.Empty, indentText: true, fallbackFormat: DashboardUIHelpers.
MarkdownFormat
)
329
TextVisualizerViewModel = new TextVisualizerViewModel(assistantEvent.Content, indentText: true, fallbackFormat: DashboardUIHelpers.
MarkdownFormat
)