We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4841fa commit fa17d48Copy full SHA for fa17d48
static/schema/schema.v2.json
@@ -819,7 +819,19 @@
819
"opt_out": {
820
"type": "boolean",
821
"default": false,
822
- "description": "Opt out | Opt out of all knowledge base features."
+ "description": "Opt out | Opt out of all knowledge base features that require data retention."
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",
0 commit comments