mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-08 18:57:52 +02:00
Fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user