4 references to ToolCallType
Aspire.Dashboard (4)
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
))
Model\GenAI\GenAIMessages.cs (2)
43
Type =
ToolCallType
;
103
MessagePart.
ToolCallType
=> JsonSerializer.Deserialize<ToolCallRequestPart>(doc.RootElement.GetRawText(), options),