2 references to _toolCallCounts
Aspire.Dashboard (2)
Model\Assistant\AssistantChatViewModel.cs (2)
233_toolCallCounts.AddOrUpdate(toolName, 1, (_, count) => count + 1); 991new ComponentTelemetryProperty(TelemetryPropertyKeys.AIAssistantToolCalls, new AspireTelemetryProperty(_toolCallCounts.Keys.Order().ToList())),