mirror of
https://github.com/openai/codex.git
synced 2026-04-28 18:32:04 +03:00
wip full delegation
This commit is contained in:
@@ -1450,6 +1450,25 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"SdkDelegationConfiguredNotification": {
|
||||
"properties": {
|
||||
"bridgeUrl": {
|
||||
"type": "string"
|
||||
},
|
||||
"modelProvider": {
|
||||
"type": "string"
|
||||
},
|
||||
"threadId": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"bridgeUrl",
|
||||
"modelProvider",
|
||||
"threadId"
|
||||
],
|
||||
"type": "object"
|
||||
},
|
||||
"ServerRequestResolvedNotification": {
|
||||
"properties": {
|
||||
"requestId": {
|
||||
@@ -3648,6 +3667,26 @@
|
||||
"title": "App/list/updatedNotification",
|
||||
"type": "object"
|
||||
},
|
||||
{
|
||||
"properties": {
|
||||
"method": {
|
||||
"enum": [
|
||||
"codexSdk/delegationConfigured"
|
||||
],
|
||||
"title": "CodexSdk/delegationConfiguredNotificationMethod",
|
||||
"type": "string"
|
||||
},
|
||||
"params": {
|
||||
"$ref": "#/definitions/SdkDelegationConfiguredNotification"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"method",
|
||||
"params"
|
||||
],
|
||||
"title": "CodexSdk/delegationConfiguredNotification",
|
||||
"type": "object"
|
||||
},
|
||||
{
|
||||
"properties": {
|
||||
"method": {
|
||||
|
||||
Reference in New Issue
Block a user