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