mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-13 21:27:52 +02:00
Move to langgraph.types
This commit is contained in:
@@ -69,8 +69,12 @@ builder.add_conditional_edges("my_node", my_condition)
|
||||
|
||||
## Send
|
||||
|
||||
::: langgraph.pregel.types.Send
|
||||
::: langgraph.types.Send
|
||||
|
||||
## Interrupt
|
||||
|
||||
::: langgraph.types.Interrupt
|
||||
|
||||
## RetryPolicy
|
||||
|
||||
::: langgraph.pregel.types.RetryPolicy
|
||||
::: langgraph.types.RetryPolicy
|
||||
|
||||
Reference in New Issue
Block a user