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