feat(masking): enable tool output masking by default (#18564)

This commit is contained in:
Abhi
2026-02-11 01:21:55 -05:00
committed by GitHub
parent 2af5a3a01e
commit 3776c4d613
6 changed files with 33 additions and 13 deletions

View File

@@ -1439,8 +1439,8 @@
"enabled": {
"title": "Enable Tool Output Masking",
"description": "Enables tool output masking to save tokens.",
"markdownDescription": "Enables tool output masking to save tokens.\n\n- Category: `Experimental`\n- Requires restart: `yes`\n- Default: `false`",
"default": false,
"markdownDescription": "Enables tool output masking to save tokens.\n\n- Category: `Experimental`\n- Requires restart: `yes`\n- Default: `true`",
"default": true,
"type": "boolean"
},
"toolProtectionThreshold": {