fix: setup default filters while add credentials (#2669)

This commit is contained in:
Yeuoly 2024-03-04 14:17:00 +08:00 committed by GitHub
parent 36686d7425
commit 72ddedfc5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,8 @@ class BingProvider(BuiltinToolProviderController):
user_id='',
tool_parameters={
"query": "test",
"result_type": "link"
"result_type": "link",
"enable_webpages": True,
},
)
except Exception as e: