feat(config): add websearch provider schema
This commit is contained in:
@@ -2977,6 +2977,18 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"websearch": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"provider": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"exa",
|
||||
"tavily"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"tmux": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
||||
Reference in New Issue
Block a user