Ask a question to get started
Enter to send•Shift+Enter new line
Convert the data of a node to a string.
node_data_str( id: str, data: type[BaseModel] | RunnableType | None, ) -> str
id
str
The node id.
data
type[BaseModel] | RunnableType | None
The node data.