mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-18 18:11:02 -07:00
feat(context): add remote configuration for tool output masking thresholds (#18553)
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user