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