feat(core): implement experimental modular system instruction and built-in skills

This commit is contained in:
Aishanee Shah
2026-03-11 03:21:27 +00:00
parent 20a226a5ab
commit 73c854709a
11 changed files with 545 additions and 4 deletions
+7
View File
@@ -1792,6 +1792,13 @@
}
},
"additionalProperties": false
},
"modularSi": {
"title": "Modular System Instruction",
"description": "Enable the modular and streamlined system instruction (experimental).",
"markdownDescription": "Enable the modular and streamlined system instruction (experimental).\n\n- Category: `Experimental`\n- Requires restart: `yes`\n- Default: `false`",
"default": false,
"type": "boolean"
}
},
"additionalProperties": false