From f97802eed56eadae0a29093fefb1c3581147450a Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Wed, 19 Mar 2025 11:44:42 -0400 Subject: [PATCH] x --- libs/langgraph/langgraph/pregel/loop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/langgraph/langgraph/pregel/loop.py b/libs/langgraph/langgraph/pregel/loop.py index edc7764dd..a782b6000 100644 --- a/libs/langgraph/langgraph/pregel/loop.py +++ b/libs/langgraph/langgraph/pregel/loop.py @@ -506,7 +506,7 @@ class PregelLoop(LoopProtocol): manager=self.manager, store=self.store, checkpointer=self.checkpointer, - candidate_node_ids=triggered_nodes or None, + triggered_nodes=triggered_nodes or None, ) self.to_interrupt = []