mirror of
https://github.com/openai/codex.git
synced 2026-04-26 07:35:29 +00:00
add started:true bool to sandbox setup rpc
This commit is contained in:
@@ -17138,6 +17138,14 @@
|
||||
},
|
||||
"WindowsSandboxSetupStartResponse": {
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"properties": {
|
||||
"started": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"started"
|
||||
],
|
||||
"title": "WindowsSandboxSetupStartResponse",
|
||||
"type": "object"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user