mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 08:00:42 +00:00
fix: drop invalid Codex app-server service tiers
This commit is contained in:
@@ -83,7 +83,7 @@
|
||||
"enum": ["user", "guardian_subagent"],
|
||||
"default": "user"
|
||||
},
|
||||
"serviceTier": { "type": "string" }
|
||||
"serviceTier": { "type": ["string", "null"], "enum": ["fast", "flex", null] }
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -165,7 +165,7 @@
|
||||
},
|
||||
"appServer.serviceTier": {
|
||||
"label": "Service Tier",
|
||||
"help": "Optional Codex service tier passed when starting or resuming threads.",
|
||||
"help": "Optional Codex app-server service tier. Use fast, flex, or null.",
|
||||
"advanced": true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user