profile-level model_catalog_json overrie (#12410)

enable `model-catalog_json` config value on `ConfigProfile` as well
This commit is contained in:
sayan-oai
2026-02-21 11:39:02 -08:00
committed by GitHub
parent b3202cbd58
commit 5a635f3427
3 changed files with 16 additions and 1 deletions

View File

@@ -440,6 +440,14 @@
"model": {
"type": "string"
},
"model_catalog_json": {
"allOf": [
{
"$ref": "#/definitions/AbsolutePathBuf"
}
],
"description": "Optional path to a JSON model catalog (applied on startup only)."
},
"model_instructions_file": {
"allOf": [
{