3 references to EnvironmentVariableValueRule
dotnet (3)
Telemetry\LLMEnvironmentDetectorForTelemetry.cs (3)
25
new EnvironmentDetectionRuleWithResult<string>("aider", new
EnvironmentVariableValueRule
("OR_APP_NAME", "Aider")),
27
new EnvironmentDetectionRuleWithResult<string>("plandex", new
EnvironmentVariableValueRule
("OR_APP_NAME", "plandex")),
41
new EnvironmentDetectionRuleWithResult<string>("openhands", new
EnvironmentVariableValueRule
("OR_APP_NAME", "OpenHands")),