mirror of
https://github.com/openai/codex.git
synced 2026-04-29 17:06:51 +00:00
chore: update app server flow
Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -1179,6 +1179,30 @@
|
||||
"title": "ExperimentalFeature/enablement/setRequest",
|
||||
"type": "object"
|
||||
},
|
||||
{
|
||||
"properties": {
|
||||
"id": {
|
||||
"$ref": "#/definitions/v2/RequestId"
|
||||
},
|
||||
"method": {
|
||||
"enum": [
|
||||
"remoteControl/pairing/start"
|
||||
],
|
||||
"title": "RemoteControl/pairing/startRequestMethod",
|
||||
"type": "string"
|
||||
},
|
||||
"params": {
|
||||
"$ref": "#/definitions/v2/RemoteControlPairingStartParams"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"method",
|
||||
"params"
|
||||
],
|
||||
"title": "RemoteControl/pairing/startRequest",
|
||||
"type": "object"
|
||||
},
|
||||
{
|
||||
"properties": {
|
||||
"id": {
|
||||
@@ -11040,6 +11064,64 @@
|
||||
"title": "ReasoningTextDeltaNotification",
|
||||
"type": "object"
|
||||
},
|
||||
"RemoteControlPairingMode": {
|
||||
"enum": [
|
||||
"session",
|
||||
"server"
|
||||
],
|
||||
"type": "string"
|
||||
},
|
||||
"RemoteControlPairingStartParams": {
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"properties": {
|
||||
"mode": {
|
||||
"$ref": "#/definitions/v2/RemoteControlPairingMode"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"mode"
|
||||
],
|
||||
"title": "RemoteControlPairingStartParams",
|
||||
"type": "object"
|
||||
},
|
||||
"RemoteControlPairingStartResponse": {
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"properties": {
|
||||
"environmentId": {
|
||||
"type": "string"
|
||||
},
|
||||
"expiresAt": {
|
||||
"format": "int64",
|
||||
"type": "integer"
|
||||
},
|
||||
"mode": {
|
||||
"$ref": "#/definitions/v2/RemoteControlPairingMode"
|
||||
},
|
||||
"pairingCode": {
|
||||
"type": "string"
|
||||
},
|
||||
"pairingId": {
|
||||
"type": "string"
|
||||
},
|
||||
"prompt": {
|
||||
"type": "string"
|
||||
},
|
||||
"serverId": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"environmentId",
|
||||
"expiresAt",
|
||||
"mode",
|
||||
"pairingCode",
|
||||
"pairingId",
|
||||
"prompt",
|
||||
"serverId"
|
||||
],
|
||||
"title": "RemoteControlPairingStartResponse",
|
||||
"type": "object"
|
||||
},
|
||||
"RequestId": {
|
||||
"anyOf": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user