LLMNodeState
Runtime state for LLM nodes.
Maintains conversation history, current input/output messages, and other state data specific to LLM node execution.
Attributes
attribute
messageslist[LangChainMessage]
= []
attribute
input_LangChainMessage | None
= None
attribute
outputLangChainMessage | None
= None
Last updated on