Plumb local and remote environment selection through threads and thread APIs

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
starr-openai
2026-04-15 19:16:23 -07:00
parent 4299e19dc8
commit 89e530d63e
56 changed files with 497 additions and 8 deletions

View File

@@ -157,6 +157,13 @@
"null"
]
},
"environmentId": {
"description": "Optional environment selection. Use `\"local\"` or `\"remote\"`, or omit the field to use the default environment.",
"type": [
"string",
"null"
]
},
"ephemeral": {
"type": [
"boolean",