3 writes to Type
Aspire.Dashboard (3)
Model\GenAI\GenAIMessages.cs (3)
32
Type
= TextType;
45
Type
= ToolCallType;
60
Type
= ToolCallResponseType;
4 references to Type
Aspire.Dashboard (4)
Components\Dialogs\GenAIVisualizerDialog.razor.cs (1)
256
switch (itemPart.MessagePart?.
Type
)
Model\GenAI\GenAIItemViewModel.cs (3)
40
if (ItemParts.Any(p => p.MessagePart?.
Type
== MessagePart.ToolCallType))
49
if (ItemParts.Any(p => p.MessagePart?.
Type
== MessagePart.ToolCallType))
53
if (ItemParts.Any(p => p.MessagePart?.
Type
== MessagePart.ToolCallResponseType))