Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1248a83

Browse files
committedFeb 4, 2025·
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
 

‎static/schema/schema.v2.json

Lines changed: 12 additions & 0 deletions
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)
Please sign in to comment.