5 references to AgentEventType
aspire (1)
Commands\AgentTelemetryCommand.cs (1)
134AddIfValid(tags, TelemetryConstants.Tags.AgentEventType, parseResult.GetValue(_eventTypeOption), static v => s_knownEventTypes.Contains(v, StringComparer.Ordinal));
Aspire.Cli.Tests (4)
Commands\AgentTelemetryCommandTests.cs (4)
40Assert.Equal("skill_invocation", tags[TelemetryConstants.Tags.AgentEventType]); 70Assert.Equal("tool_invocation", tags[TelemetryConstants.Tags.AgentEventType]); 103Assert.Equal("reference_file_read", tags[TelemetryConstants.Tags.AgentEventType]); 159Assert.False(tags.ContainsKey(TelemetryConstants.Tags.AgentEventType));