mirror of
https://github.com/openai/codex.git
synced 2026-05-03 10:56:37 +00:00
Plumb local and remote environment selection through threads and fs APIs
Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -8,6 +8,13 @@
|
||||
},
|
||||
"description": "Remove a file or directory tree from the host filesystem.",
|
||||
"properties": {
|
||||
"environmentId": {
|
||||
"description": "Optional environment selection. Use `\"local\"` or `\"remote\"`, or omit the field to use the default environment.",
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"force": {
|
||||
"description": "Whether missing paths should be ignored. Defaults to `true`.",
|
||||
"type": [
|
||||
|
||||
Reference in New Issue
Block a user