FunctionNodeState
Runtime state for function nodes.
Maintains execution state including input/output data and message history for function node execution.
Attributes
attributekindLiteral['FunctionNode']= 'FunctionNode'attributenamestrattributemessageslist[BaseMessage]= []attributeinput_Any | None= NoneattributeoutputAny | None= NoneLast updated on