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:
@@ -3034,6 +3034,17 @@
|
||||
"default": {},
|
||||
"type": "object"
|
||||
},
|
||||
"remote_control": {
|
||||
"anyOf": [
|
||||
{
|
||||
"$ref": "#/definitions/RemoteControlConfig"
|
||||
},
|
||||
{
|
||||
"type": "null"
|
||||
}
|
||||
],
|
||||
"default": null
|
||||
},
|
||||
"review_model": {
|
||||
"type": [
|
||||
"string",
|
||||
@@ -7114,6 +7125,17 @@
|
||||
"title": "ReasoningTextDeltaNotification",
|
||||
"type": "object"
|
||||
},
|
||||
"RemoteControlConfig": {
|
||||
"properties": {
|
||||
"base_url": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"base_url"
|
||||
],
|
||||
"type": "object"
|
||||
},
|
||||
"RequestId": {
|
||||
"anyOf": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user