6 references to BooleanEnvironmentRule
dotnet (5)
Telemetry\LLMEnvironmentDetectorForTelemetry.cs (5)
17
new EnvironmentDetectionRuleWithResult<string>("gemini", new
BooleanEnvironmentRule
("GEMINI_CLI")),
20
new
BooleanEnvironmentRule
("GITHUB_COPILOT_CLI_MODE"),
33
new EnvironmentDetectionRuleWithResult<string>("droid", new
BooleanEnvironmentRule
("DROID_CLI")),
39
new EnvironmentDetectionRuleWithResult<string>("kimi", new
BooleanEnvironmentRule
("KIMI_CLI")),
51
new EnvironmentDetectionRuleWithResult<string>("generic_agent", new
BooleanEnvironmentRule
("AGENT_CLI")),
Microsoft.DotNet.Cli.Definitions (1)
Telemetry\CIEnvironmentDetectorForTelemetry.cs (1)
10
new
BooleanEnvironmentRule
(