Skip to content

Commit

Permalink
fix: 修复搜索结果不够好的问题 #18
Browse files Browse the repository at this point in the history
  • Loading branch information
weaigc committed Aug 16, 2023
1 parent d9ebab5 commit bf61aec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/lib/bots/bing/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,15 @@ export class BingWebBot {
source: 'cib',
optionsSets,
allowedMessageTypes: [
'ActionRequest',
'Chat',
'Context',
'InternalSearchQuery',
'InternalSearchResult',
'Disengaged',
'InternalLoaderMessage',
'Progress',
'RenderCardRequest',
'SemanticSerp',
'GenerateContentQuery',
'SearchQuery',
Expand Down

0 comments on commit bf61aec

Please sign in to comment.