Ask a question to get started
Enter to send•Shift+Enter new line
Represents a message to be sent to a specific node in the graph.
This type is used to explicitly send messages to nodes in the graph, typically used within Command objects to control graph execution flow.
Send()
TypedDict
The name of the target node to send the message to.
Optional dictionary containing the input data to be passed to the node.
If None, the node will be called with no input.