mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-08 02:37:52 +02:00
[Docs] Update docstrings (#780)
To add more color on the meaning of some arguments.
This commit is contained in:
@@ -13,17 +13,19 @@ graph = StateGraph(MyState)
|
||||
```
|
||||
|
||||
::: langgraph.graph.StateGraph
|
||||
handler: python
|
||||
handler: python
|
||||
|
||||
## MessageGraph
|
||||
|
||||
::: langgraph.graph.message.MessageGraph
|
||||
|
||||
|
||||
## CompiledGraph
|
||||
|
||||
::: langgraph.graph.graph.CompiledGraph
|
||||
handler: python
|
||||
|
||||
## StreamMode
|
||||
|
||||
::: langgraph.pregel.StreamMode
|
||||
|
||||
## Constants
|
||||
|
||||
@@ -63,5 +65,4 @@ builder.add_conditional_edges("my_node", my_condition)
|
||||
|
||||
## Send
|
||||
|
||||
::: langgraph.constants.Send
|
||||
handler: python
|
||||
::: langgraph.constants.Send
|
||||
Reference in New Issue
Block a user