3 references to ToolCallResponseType
Aspire.Dashboard (3)
Model\GenAI\GenAIItemViewModel.cs (1)
53
if (ItemParts.Any(p => p.MessagePart?.Type is MessagePart.
ToolCallResponseType
or MessagePart.ServerToolCallResponseType))
Model\GenAI\GenAIMessages.cs (2)
66
Type =
ToolCallResponseType
;
226
MessagePart.
ToolCallResponseType
=> doc.RootElement.Deserialize<ToolCallResponsePart>(options),