update(config): web_search=bool, web_search_config

This commit is contained in:
Fouad Matin
2026-03-10 21:11:36 -07:00
parent 78280f872a
commit c1121ac0ee
11 changed files with 263 additions and 26 deletions

View File

@@ -739,6 +739,12 @@
]
},
"web_search": {
"type": [
"boolean",
"null"
]
},
"web_search_config": {
"anyOf": [
{
"$ref": "#/definitions/WebSearchToolConfig"