[Docs] Update docstrings (#780)

To add more color on the meaning of some arguments.
This commit is contained in:
William FH
2024-06-23 17:38:26 -07:00
committed by GitHub
parent 20f84f2041
commit d9b4d021bd
6 changed files with 178 additions and 70 deletions
+6 -5
View File
@@ -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