mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-08 18:57:52 +02:00
Merge pull request #1792 from langchain-ai/nc/21sep/docstrings-comments
Add more comments and docstrings
This commit is contained in:
+279
-279
File diff suppressed because one or more lines are too long
@@ -29,7 +29,7 @@ handler: python
|
||||
|
||||
## StreamMode
|
||||
|
||||
::: langgraph.pregel.StreamMode
|
||||
::: langgraph.types.StreamMode
|
||||
|
||||
## Constants
|
||||
|
||||
@@ -69,8 +69,12 @@ builder.add_conditional_edges("my_node", my_condition)
|
||||
|
||||
## Send
|
||||
|
||||
::: langgraph.constants.Send
|
||||
::: langgraph.types.Send
|
||||
|
||||
## Interrupt
|
||||
|
||||
::: langgraph.types.Interrupt
|
||||
|
||||
## RetryPolicy
|
||||
|
||||
::: langgraph.pregel.types.RetryPolicy
|
||||
::: langgraph.types.RetryPolicy
|
||||
|
||||
Reference in New Issue
Block a user