We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 916f32a commit fd30549Copy full SHA for fd30549
overrides/windows-override.json
@@ -1306,6 +1306,9 @@
1306
},
1307
"accessibleEntryPoints": {
1308
"state": "internal"
1309
+ },
1310
+ "aiChatSuggestions": {
1311
+ "state": "internal"
1312
}
1313
1314
"minSupportedVersion": "0.100.0",
@@ -1317,6 +1320,16 @@
1317
1320
"aiChatURLIdentifiableQueryValue": "chat"
1318
1321
1319
1322
1323
+ "duckAiChatHistory": {
1324
+ "state": "enabled",
1325
+ "exceptions": [],
1326
+ "settings": {
1327
+ "chatsLocalStorageKeys": [
1328
+ "savedAIChats"
1329
+ ],
1330
+ "maxHistoryCount": 5
1331
+ }
1332
1333
"duckAiDataClearing": {
1334
"exceptions": [],
1335
"state": "enabled",
0 commit comments