LLMNodeState
Runtime state for LLM nodes.
Maintains conversation history, current input/output messages, and other state data specific to LLM node execution.
Attributes
attributemessageslist[LangChainMessage]= []attributeinput_LangChainMessage | None= NoneattributeoutputLangChainMessage | None= NoneLast updated on