feat(context): add remote configuration for tool output masking thresholds (#18553)

This commit is contained in:
Abhi
2026-02-07 22:04:46 -05:00
committed by GitHub
parent 86bd7dbd4f
commit bc8ffa6631
4 changed files with 77 additions and 6 deletions

View File

@@ -13,6 +13,9 @@ export const ExperimentFlags = {
ENABLE_NUMERICAL_ROUTING: 45750526,
CLASSIFIER_THRESHOLD: 45750527,
ENABLE_ADMIN_CONTROLS: 45752213,
MASKING_PROTECTION_THRESHOLD: 45758817,
MASKING_PRUNABLE_THRESHOLD: 45758818,
MASKING_PROTECT_LATEST_TURN: 45758819,
} as const;
export type ExperimentFlagName =