mirror of https://github.com/langgenius/dify.git
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…
Reference in New Issue