mirror of
https://github.com/openai/codex.git
synced 2026-04-25 15:15:15 +00:00
app-server-protocol: add network delegation APIs
This commit is contained in:
@@ -1243,6 +1243,32 @@
|
||||
],
|
||||
"type": "string"
|
||||
},
|
||||
"NetworkDelegationConfig": {
|
||||
"properties": {
|
||||
"mode": {
|
||||
"$ref": "#/definitions/NetworkDelegationMode"
|
||||
},
|
||||
"streamIdleTimeoutMs": {
|
||||
"format": "uint64",
|
||||
"minimum": 0.0,
|
||||
"type": [
|
||||
"integer",
|
||||
"null"
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"mode"
|
||||
],
|
||||
"type": "object"
|
||||
},
|
||||
"NetworkDelegationMode": {
|
||||
"enum": [
|
||||
"enabled",
|
||||
"disabled"
|
||||
],
|
||||
"type": "string"
|
||||
},
|
||||
"Personality": {
|
||||
"enum": [
|
||||
"none",
|
||||
|
||||
Reference in New Issue
Block a user