2 references to AgentToolName
aspire (1)
Commands\AgentTelemetryCommand.cs (1)
138
AddIfValid(tags, TelemetryConstants.Tags.
AgentToolName
, parseResult.GetValue(_toolNameOption), static v => IsSafeIdentifier(v, maxLength: 128));
Aspire.Cli.Tests (1)
Commands\AgentTelemetryCommandTests.cs (1)
71
Assert.Equal("aspire-list_resources", tags[TelemetryConstants.Tags.
AgentToolName
]);