langchain_core.runnables.graph.node_data_str¶

langchain_core.runnables.graph.node_data_str(node: Node) str[source]¶

Convert the data of a node to a string.

Parameters

node (Node) – The node to convert.

Returns

A string representation of the data.

Return type

str