From 112700810ced2f93432ca6a91441dbd6f6f0d0e7 Mon Sep 17 00:00:00 2001 From: Nuno Campos Date: Wed, 28 Aug 2024 12:31:43 -0700 Subject: [PATCH] Fix --- libs/langgraph/langgraph/constants.py | 1 - 1 file changed, 1 deletion(-) 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