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