Merge pull request #1792 from langchain-ai/nc/21sep/docstrings-comments

Add more comments and docstrings
This commit is contained in:
Nuno Campos
2024-09-23 07:03:05 -07:00
committed by GitHub
33 changed files with 858 additions and 618 deletions
File diff suppressed because one or more lines are too long
+7 -3
View File
@@ -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