From a8a2a89602927ce920bf245f47982c85291c5b27 Mon Sep 17 00:00:00 2001 From: Nuno Campos Date: Tue, 27 Aug 2024 16:59:20 -0700 Subject: [PATCH] Fix docstring --- 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 085316333..a7c9896f6 100644 --- a/libs/langgraph/langgraph/constants.py +++ b/libs/langgraph/langgraph/constants.py @@ -50,7 +50,6 @@ class Send: Attributes: 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. Examples: >>> from typing import Annotated