Skip to content

Commit 1248a83

Browse files
Update schema.v2.json
1 parent 807ae68 commit 1248a83

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Diff for: static/schema/schema.v2.json

+12
Original file line numberDiff line numberDiff line change
@@ -821,6 +821,18 @@
821821
"default": false,
822822
"description": "Opt out | Opt out of all knowledge base features."
823823
},
824+
"web_search": {
825+
"type": "object",
826+
"properties": {
827+
"enabled": {
828+
"type": "boolean",
829+
"default": true,
830+
"description": "Web Search | Enable the web search integration."
831+
}
832+
},
833+
"additionalProperties": false,
834+
"default": {}
835+
},
824836
"learnings": {
825837
"type": "object",
826838
"properties": {

0 commit comments

Comments
 (0)