We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dd2c56 commit 201910eCopy full SHA for 201910e
1 file changed
src/app/bots/bing/index.ts
@@ -75,6 +75,7 @@ export class BingWebBot extends AbstractBot {
75
verbosity: 'verbose',
76
scenario: 'SERP',
77
plugins: [],
78
+ conversationHistoryOptionsSets: ['autosave', 'savemem', 'uprofupd', 'uprofgen'],
79
isStartOfSession: conversation.invocationId === 0,
80
message: {
81
timestamp: new Date().toISOString(),
0 commit comments