mirror of
https://github.com/openai/codex.git
synced 2026-06-01 19:02:59 +00:00
Switch thread start to environmentIds only
Keep current behavior by collapsing to the first id at the app-server boundary for now, and leave a TODO to plumb the full list downstream in a follow-up PR. Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -3280,15 +3280,8 @@
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"environmentId": {
|
||||
"description": "Optional environment id to use for this thread. Supported values are `\"local\"` and `\"remote\"`. When omitted, the default environment is used.",
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"environmentIds": {
|
||||
"description": "Optional ordered environment ids to use for this thread. For now only the first id is used. When omitted or empty, `environmentId` is used as a fallback for compatibility.",
|
||||
"description": "Optional ordered environment ids to use for this thread. For now only the first id is used. When omitted or empty, the default environment is used.",
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
|
||||
@@ -14583,15 +14583,8 @@
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"environmentId": {
|
||||
"description": "Optional environment id to use for this thread. Supported values are `\"local\"` and `\"remote\"`. When omitted, the default environment is used.",
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"environmentIds": {
|
||||
"description": "Optional ordered environment ids to use for this thread. For now only the first id is used. When omitted or empty, `environmentId` is used as a fallback for compatibility.",
|
||||
"description": "Optional ordered environment ids to use for this thread. For now only the first id is used. When omitted or empty, the default environment is used.",
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
|
||||
@@ -12427,15 +12427,8 @@
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"environmentId": {
|
||||
"description": "Optional environment id to use for this thread. Supported values are `\"local\"` and `\"remote\"`. When omitted, the default environment is used.",
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"environmentIds": {
|
||||
"description": "Optional ordered environment ids to use for this thread. For now only the first id is used. When omitted or empty, `environmentId` is used as a fallback for compatibility.",
|
||||
"description": "Optional ordered environment ids to use for this thread. For now only the first id is used. When omitted or empty, the default environment is used.",
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
|
||||
@@ -157,15 +157,8 @@
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"environmentId": {
|
||||
"description": "Optional environment id to use for this thread. Supported values are `\"local\"` and `\"remote\"`. When omitted, the default environment is used.",
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"environmentIds": {
|
||||
"description": "Optional ordered environment ids to use for this thread. For now only the first id is used. When omitted or empty, `environmentId` is used as a fallback for compatibility.",
|
||||
"description": "Optional ordered environment ids to use for this thread. For now only the first id is used. When omitted or empty, the default environment is used.",
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user