mirror of
https://github.com/langgenius/dify.git
synced 2026-03-06 08:06:37 +08:00
optimize
This commit is contained in:
@ -14,8 +14,8 @@ class LoopNode(BaseIterationNode):
|
||||
_node_data_cls = LoopNodeData
|
||||
_node_type = NodeType.LOOP
|
||||
|
||||
def _run(self, variable_pool: VariablePool) -> LoopState:
|
||||
return super()._run(variable_pool)
|
||||
def _run(self) -> LoopState:
|
||||
return super()._run()
|
||||
|
||||
def _get_next_iteration(self, variable_loop: VariablePool) -> NodeRunResult | str:
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user