mirror of
https://github.com/openai/codex.git
synced 2026-04-25 23:24:55 +00:00
codex: fix env registry protocol CI follow-ups
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. Omit 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