diff --git a/libs/langgraph/langgraph/constants.py b/libs/langgraph/langgraph/constants.py index a7c9896f6..c1024ea9c 100644 --- a/libs/langgraph/langgraph/constants.py +++ b/libs/langgraph/langgraph/constants.py @@ -85,7 +85,6 @@ class Send: Args: node (str): The name of the target node to send the message to. arg (Any): The state or message to send to the target node. - id (str): ID associated with the Send. """ self.node = node self.arg = arg