mirror of
https://github.com/openai/codex.git
synced 2026-04-25 07:05:38 +00:00
app-server: Add transport for remote control
This commit is contained in:
@@ -324,6 +324,17 @@
|
||||
"default": {},
|
||||
"type": "object"
|
||||
},
|
||||
"remote_control": {
|
||||
"anyOf": [
|
||||
{
|
||||
"$ref": "#/definitions/RemoteControlConfig"
|
||||
},
|
||||
{
|
||||
"type": "null"
|
||||
}
|
||||
],
|
||||
"default": null
|
||||
},
|
||||
"review_model": {
|
||||
"type": [
|
||||
"string",
|
||||
@@ -721,6 +732,17 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"RemoteControlConfig": {
|
||||
"properties": {
|
||||
"base_url": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"base_url"
|
||||
],
|
||||
"type": "object"
|
||||
},
|
||||
"SandboxMode": {
|
||||
"enum": [
|
||||
"read-only",
|
||||
|
||||
Reference in New Issue
Block a user