mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-16 14:26:52 +08:00
fix: setup default filters while add credentials (#2669)
This commit is contained in:
@@ -16,7 +16,8 @@ class BingProvider(BuiltinToolProviderController):
|
|||||||
user_id='',
|
user_id='',
|
||||||
tool_parameters={
|
tool_parameters={
|
||||||
"query": "test",
|
"query": "test",
|
||||||
"result_type": "link"
|
"result_type": "link",
|
||||||
|
"enable_webpages": True,
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
|||||||
Reference in New Issue
Block a user