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