Package org.bsc.langgraph4j
Class NodeOutput<State extends AgentState>
java.lang.Object
org.bsc.langgraph4j.NodeOutput<State>
- Type Parameters:
State
- the type of the state associated with the node output
- Direct Known Subclasses:
StateSnapshot
,StreamingOutput
Represents the output of a node in a graph.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetState()
Deprecated.boolean
node()
static <State extends AgentState>
NodeOutput<State>protected void
setSubGraph
(boolean subgraph) state()
toString()
state()
instead.