mirror of
https://github.com/openai/codex.git
synced 2026-04-25 23:24:55 +00:00
codex: pass cwd through sandboxed fs ops
This commit is contained in:
@@ -181,6 +181,17 @@
|
||||
},
|
||||
"description": "Write a file on the host filesystem.",
|
||||
"properties": {
|
||||
"cwd": {
|
||||
"anyOf": [
|
||||
{
|
||||
"$ref": "#/definitions/AbsolutePathBuf"
|
||||
},
|
||||
{
|
||||
"type": "null"
|
||||
}
|
||||
],
|
||||
"description": "Optional cwd to resolve legacy sandbox workspace roots against."
|
||||
},
|
||||
"dataBase64": {
|
||||
"description": "File contents encoded as base64.",
|
||||
"type": "string"
|
||||
|
||||
Reference in New Issue
Block a user