2 references to ToolNameOptionName
aspire (2)
Agents\Hooks\AgentTelemetryHook.cs (1)
170trackedEvent = (AgentTelemetryProtocol.ToolInvocationEventType, AgentTelemetryProtocol.ToolNameOptionName, tool);
Commands\AgentTelemetryCommand.cs (1)
77private readonly Option<string?> _toolNameOption = new(AgentTelemetryProtocol.ToolNameOptionName)