wip full delegation

This commit is contained in:
sdcoffey
2026-03-07 09:47:05 -08:00
parent dd9cc542ed
commit 15ba6609c9
46 changed files with 2164 additions and 7 deletions

View File

@@ -76,6 +76,34 @@
],
"type": "string"
},
"SdkDelegationConfig": {
"properties": {
"bridgeUrl": {
"description": "Base URL for the host-managed Responses bridge reachable by the Codex runtime.",
"type": "string"
},
"modelProviderId": {
"description": "Optional model-provider id to register for this thread. Defaults to `codex-sdk-v2`.",
"type": [
"string",
"null"
]
},
"streamIdleTimeoutMs": {
"description": "Optional stream idle timeout override for the delegated provider.",
"format": "uint64",
"minimum": 0.0,
"type": [
"integer",
"null"
]
}
},
"required": [
"bridgeUrl"
],
"type": "object"
},
"ServiceTier": {
"enum": [
"fast",