mirror of
https://github.com/openai/codex.git
synced 2026-04-28 18:32:04 +03:00
support 'flex' tier in app-server in addition to 'fast' (#13391)
This commit is contained in:
@@ -1336,7 +1336,8 @@
|
||||
},
|
||||
"ServiceTier": {
|
||||
"enum": [
|
||||
"fast"
|
||||
"fast",
|
||||
"flex"
|
||||
],
|
||||
"type": "string"
|
||||
},
|
||||
@@ -2146,7 +2147,7 @@
|
||||
"$ref": "#/definitions/ServiceTier"
|
||||
}
|
||||
],
|
||||
"description": "Optional explicit service tier preference for new turns."
|
||||
"description": "Optional explicit service tier preference for new turns (`fast` or `flex`)."
|
||||
},
|
||||
"shell_environment_policy": {
|
||||
"allOf": [
|
||||
|
||||
Reference in New Issue
Block a user