mirror of https://github.com/langgenius/dify.git
[autofix.ci] apply automated fixes
This commit is contained in:
parent
4941366f39
commit
d46550f93a
|
|
@ -271,7 +271,7 @@ class AgentNode(Node):
|
|||
if include_tool:
|
||||
filtered_tools.append(tool)
|
||||
value = [tool for tool in filtered_tools if tool.get("enabled", False)]
|
||||
|
||||
|
||||
value = self._filter_mcp_type_tool(strategy, value)
|
||||
for tool in value:
|
||||
if "schemas" in tool:
|
||||
|
|
|
|||
Loading…
Reference in New Issue