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