mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-09 11:17:53 +02:00
fix(docs): PartialState rendering in MkDocs (#6416)
The carat chars were not rendering without code style formatting
This commit is contained in:
@@ -110,7 +110,8 @@ def _get_node_name(node: StateNode[Any, ContextT]) -> str:
|
||||
|
||||
class StateGraph(Generic[StateT, ContextT, InputT, OutputT]):
|
||||
"""A graph whose nodes communicate by reading and writing to a shared state.
|
||||
The signature of each node is State -> Partial<State>.
|
||||
|
||||
The signature of each node is `State -> Partial<State>`.
|
||||
|
||||
Each state key can optionally be annotated with a reducer function that
|
||||
will be used to aggregate the values of that key received from multiple nodes.
|
||||
|
||||
Reference in New Issue
Block a user