We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PartialState
1 parent 218c607 commit 7a5e3c1Copy full SHA for 7a5e3c1
libs/langgraph/langgraph/graph/state.py
@@ -110,7 +110,8 @@ def _get_node_name(node: StateNode[Any, ContextT]) -> str:
110
111
class StateGraph(Generic[StateT, ContextT, InputT, OutputT]):
112
"""A graph whose nodes communicate by reading and writing to a shared state.
113
- The signature of each node is State -> Partial<State>.
+
114
+ The signature of each node is `State -> Partial<State>`.
115
116
Each state key can optionally be annotated with a reducer function that
117
will be used to aggregate the values of that key received from multiple nodes.
0 commit comments