mirror of
https://github.com/openai/codex.git
synced 2026-04-25 23:24:55 +00:00
feat: update remote control harness
Co-authored-by: Codex noreply@openai.com
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"definitions": {
|
||||
"RemoteControlApprovalDecision": {
|
||||
"enum": [
|
||||
"approve",
|
||||
"deny"
|
||||
],
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"properties": {
|
||||
"decision": {
|
||||
"$ref": "#/definitions/RemoteControlApprovalDecision"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"decision"
|
||||
],
|
||||
"title": "RemoteControlApprovalConfirmResponse",
|
||||
"type": "object"
|
||||
}
|
||||
Reference in New Issue
Block a user