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