Skip to content

Commit 885e2fc

Browse files
committed
Fix bing request params
1 parent c5e839f commit 885e2fc

1 file changed

Lines changed: 26 additions & 26 deletions

File tree

src/app/bots/bing/index.ts

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,30 @@ const OPTIONS_SETS = [
2020
'iycapbing',
2121
'galileo',
2222
'saharagenconv5',
23-
'fluxhint',
24-
'glfluxv13',
25-
'uquopt',
26-
'bof107v2',
27-
'streamw',
28-
'rctechalwlst',
29-
'agicert',
23+
'log2sph',
24+
'savememfilter',
25+
'uprofgen',
26+
'uprofupd',
27+
'uprofupdasy',
28+
'vidsumsnip',
29+
]
30+
31+
const SLICE_IDS = [
32+
'tnaenableux',
33+
'adssqovr',
34+
'tnaenable',
35+
'arankc_1_9_3',
36+
'rankcf',
37+
'0731ziv2s0',
38+
'926buffall',
39+
'inosanewsmob',
40+
'wrapnoins',
41+
'prechr',
42+
'sydtransl',
43+
'806log2sph',
44+
'927uprofasy',
45+
'919vidsnip',
46+
'829suggtrims0',
3047
]
3148

3249
export class BingWebBot extends AbstractBot {
@@ -54,25 +71,8 @@ export class BingWebBot extends AbstractBot {
5471
'GenerateContentQuery',
5572
'SearchQuery',
5673
],
57-
sliceIds: [
58-
'825asmetrics',
59-
'gbacf',
60-
'divkorbl2p',
61-
'emovoice',
62-
'tts3',
63-
'wrapuxslimt',
64-
'rbingchromecf',
65-
'sydconfigoptc',
66-
'0824cntor',
67-
'816bof107v2',
68-
'0529streamw',
69-
'streamw',
70-
'178gentech',
71-
'824fluxhi52s0',
72-
'0825agicert',
73-
'621alllocs0',
74-
'727nrprdrs0',
75-
],
74+
sliceIds: SLICE_IDS,
75+
verbosity: 'verbose',
7676
scenario: 'SERP',
7777
plugins: [],
7878
isStartOfSession: conversation.invocationId === 0,

0 commit comments

Comments
 (0)