Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nfcampos committed Sep 22, 2024
1 parent 313e3ee commit 3cbd70f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/reference/graphs.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ handler: python

## StreamMode

::: langgraph.pregel.StreamMode
::: langgraph.pregel.types.StreamMode

## Constants

Expand Down Expand Up @@ -69,7 +69,7 @@ builder.add_conditional_edges("my_node", my_condition)

## Send

::: langgraph.constants.Send
::: langgraph.pregel.types.Send

## RetryPolicy

Expand Down

0 comments on commit 3cbd70f

Please sign in to comment.