1 instantiation of GenAIPartPropertyViewModel
Aspire.Dashboard (1)
Model\GenAI\GenAIItemPartViewModel.cs (1)
46
? genericPart.AdditionalProperties?.Select(p => new
GenAIPartPropertyViewModel
{ Name = p.Key, Value = p.Value.ToString() ?? string.Empty }).ToList()
8 references to GenAIPartPropertyViewModel
Aspire.Dashboard (8)
Components\Dialogs\GenAIVisualizerDialog.razor.cs (1)
194
var
contentType = itemPart.AdditionalProperties?.SingleOrDefault(p => p.Name == "content");
Components_Dialogs_GenAIVisualizerDialog_razor.g.cs (6)
1001
GenAIPartPropertyViewModel
1007
__builder3.AddComponentParameter(95, nameof(global::Aspire.Dashboard.Components.Controls.PropertyGrid<
GenAIPartPropertyViewModel
>.
1015
), global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<global::System.Linq.IQueryable<
GenAIPartPropertyViewModel
>>(
1024
__builder3.AddComponentParameter(96, nameof(global::Aspire.Dashboard.Components.Controls.PropertyGrid<
GenAIPartPropertyViewModel
>.
1041
__builder3.AddComponentParameter(97, nameof(global::Aspire.Dashboard.Components.Controls.PropertyGrid<
GenAIPartPropertyViewModel
>.
1058
__builder3.AddComponentParameter(98, nameof(global::Aspire.Dashboard.Components.Controls.PropertyGrid<
GenAIPartPropertyViewModel
>.
Model\GenAI\GenAIItemPartViewModel.cs (1)
24
public List<
GenAIPartPropertyViewModel
>? AdditionalProperties { get; init; }