fix(web-search): restore SecretRef runtime compatibility for bundled providers (#68424)

Adds missing compatibility runtime path metadata for bundled SecretRef-capable web-search providers and keeps the manifest registry covered by a regression test.\n\nThanks @afurm!
This commit is contained in:
Andrii Furmanets
2026-04-21 04:34:24 +03:00
committed by GitHub
parent f04185cc70
commit b6a8759b29
9 changed files with 69 additions and 0 deletions

View File

@@ -53,6 +53,9 @@
"videoGenerationProviders": ["google"],
"webSearchProviders": ["gemini"]
},
"configContracts": {
"compatibilityRuntimePaths": ["tools.web.search.apiKey"]
},
"configSchema": {
"type": "object",
"additionalProperties": false,