mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 15:10:52 +00:00
fix(web-search): support provider base url overrides
This commit is contained in:
@@ -133,6 +133,10 @@
|
||||
"webSearch.model": {
|
||||
"label": "Gemini Search Model",
|
||||
"help": "Gemini model override for web search grounding."
|
||||
},
|
||||
"webSearch.baseUrl": {
|
||||
"label": "Gemini Search Base URL",
|
||||
"help": "Optional Gemini API base URL for web search grounding proxies."
|
||||
}
|
||||
},
|
||||
"contracts": {
|
||||
@@ -177,6 +181,9 @@
|
||||
},
|
||||
"model": {
|
||||
"type": "string"
|
||||
},
|
||||
"baseUrl": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user