Files
codex/codex-rs/app-server-protocol/schema/json/v2/SdkDelegationConfiguredNotification.json
2026-03-07 09:47:05 -08:00

21 lines
374 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"bridgeUrl": {
"type": "string"
},
"modelProvider": {
"type": "string"
},
"threadId": {
"type": "string"
}
},
"required": [
"bridgeUrl",
"modelProvider",
"threadId"
],
"title": "SdkDelegationConfiguredNotification",
"type": "object"
}