Skip to content

Commit

Permalink
fix: setup default filters while add credentials (#2669)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeuoly authored Mar 4, 2024
1 parent 36686d7 commit 72ddedf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/core/tools/provider/builtin/bing/bing.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ def _validate_credentials(self, credentials: dict[str, Any]) -> None:
user_id='',
tool_parameters={
"query": "test",
"result_type": "link"
"result_type": "link",
"enable_webpages": True,
},
)
except Exception as e:
Expand Down

0 comments on commit 72ddedf

Please sign in to comment.