fix: rebase

This commit is contained in:
Yeuoly
2024-12-24 21:48:49 +08:00
parent ee6841648c
commit ee080dddf9
3 changed files with 2 additions and 3 deletions

View File

@ -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),