3 references to SkillNameOptionName
aspire (3)
Agents\Hooks\AgentTelemetryHook.cs (2)
133
trackedEvent = (AgentTelemetryProtocol.SkillInvocationEventType, AgentTelemetryProtocol.
SkillNameOptionName
, skill);
154
trackedEvent = (AgentTelemetryProtocol.SkillInvocationEventType, AgentTelemetryProtocol.
SkillNameOptionName
, skill);
Commands\AgentTelemetryCommand.cs (1)
72
private readonly Option<string?> _skillNameOption = new(AgentTelemetryProtocol.
SkillNameOptionName
)