3 references to Content
Aspire.Dashboard (2)
Model\GenAI\GenAIItemPartViewModel.cs (1)
109return new TextVisualizerViewModel(reasoningPart.Content ?? string.Empty, indentText: true, fallbackFormat: DashboardUIHelpers.MarkdownFormat);
Model\GenAI\GenAIVisualizerDialogViewModel.cs (1)
253if (!string.IsNullOrEmpty(reasoningPart.Content))
Aspire.Dashboard.Tests (1)
Model\GenAIMessageParsingHelperTests.cs (1)
230Assert.Equal("Let me think about this step by step...", reasoningPart.Content);