4 references to ToolCallType
Aspire.Dashboard (4)
Model\GenAI\GenAIItemViewModel.cs (2)
40
if (ItemParts.Any(p => p.MessagePart?.Type is MessagePart.
ToolCallType
or MessagePart.ServerToolCallType))
49
if (ItemParts.Any(p => p.MessagePart?.Type is MessagePart.
ToolCallType
or MessagePart.ServerToolCallType))
Model\GenAI\GenAIMessages.cs (2)
51
Type =
ToolCallType
;
225
MessagePart.
ToolCallType
=> TryParseStringArguments(doc.RootElement.Deserialize<ToolCallRequestPart>(options)),