mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-17 08:25:52 +08:00
fix: setup default filters while add credentials (#2669)
This commit is contained in:
parent
36686d7425
commit
72ddedfc5c
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user