mirror of
https://github.com/langgenius/dify.git
synced 2026-04-22 19:57:40 +08:00
fix: rebase
This commit is contained in:
@ -594,8 +594,6 @@ class ToolManager:
|
||||
# append builtin providers
|
||||
for provider in builtin_providers:
|
||||
# handle include, exclude
|
||||
if provider.identity is None:
|
||||
continue
|
||||
if is_filtered(
|
||||
include_set=cast(set[str], dify_config.POSITION_TOOL_INCLUDES_SET),
|
||||
exclude_set=cast(set[str], dify_config.POSITION_TOOL_EXCLUDES_SET),
|
||||
|
||||
Reference in New Issue
Block a user