feat(config): add websearch provider schema

This commit is contained in:
YanzheL
2026-02-02 03:36:42 +08:00
parent 9f50947795
commit 4840864ed8
2 changed files with 26 additions and 0 deletions
+12
View File
@@ -2977,6 +2977,18 @@
}
}
},
"websearch": {
"type": "object",
"properties": {
"provider": {
"type": "string",
"enum": [
"exa",
"tavily"
]
}
}
},
"tmux": {
"type": "object",
"properties": {