2 references to _skillNameOption
aspire (2)
Commands\AgentTelemetryCommand.cs (2)
89
Options.Add(
_skillNameOption
);
137
AddIfValid(tags, TelemetryConstants.Tags.AgentSkillName, parseResult.GetValue(
_skillNameOption
), static v => IsSafeIdentifier(v, maxLength: 128));