NodeState
Runtime state for generic custom nodes.
Maintains execution state including input/output data and message history for custom node execution.
Attributes
attribute
kindLiteral['Node']
= 'Node'
attribute
messageslist[BaseMessage]
= []
attribute
input_Any | None
= None
attribute
outputAny | None
= None
Last updated on