3 writes to Type
Aspire.Dashboard (3)
Model\GenAI\GenAIMessages.cs (3)
30
Type
= TextType;
43
Type
= ToolCallType;
58
Type
= ToolCallResponseType;
2 references to Type
Aspire.Dashboard (2)
Model\GenAI\GenAIItemViewModel.cs (2)
40
if (ItemParts.Any(p => p.MessagePart?.
Type
== MessagePart.ToolCallType))
49
if (ItemParts.Any(p => p.MessagePart?.
Type
== MessagePart.ToolCallType))