2 references to ToolCallFunction
Aspire.Dashboard (2)
Model\GenAI\GenAIEvents.cs (1)
38public ToolCallFunction? Function { get; set; }
Model\GenAI\GenAIVisualizerDialogViewModel.cs (1)
336var function = assistantEvent.ToolCalls[i].Function;