4 references to AgentSkillName
aspire (1)
Commands\AgentTelemetryCommand.cs (1)
137
AddIfValid(tags, TelemetryConstants.Tags.
AgentSkillName
, parseResult.GetValue(_skillNameOption), static v => IsSafeIdentifier(v, maxLength: 128));
Aspire.Cli.Tests (3)
Commands\AgentTelemetryCommandTests.cs (3)
43
Assert.Equal("aspire", tags[TelemetryConstants.Tags.
AgentSkillName
]);
72
Assert.False(tags.ContainsKey(TelemetryConstants.Tags.
AgentSkillName
));
160
Assert.Equal("aspire", tags[TelemetryConstants.Tags.
AgentSkillName
]);