Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 807ae68 commit 1248a83Copy full SHA for 1248a83
static/schema/schema.v2.json
@@ -821,6 +821,18 @@
821
"default": false,
822
"description": "Opt out | Opt out of all knowledge base features."
823
},
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
836
"learnings": {
837
"type": "object",
838
"properties": {
0 commit comments