Skip to content

Commit

Permalink
[Docs] Add add message ref (#1758)
Browse files Browse the repository at this point in the history
  • Loading branch information
hinthornw authored Sep 18, 2024
1 parent d46fd25 commit b062b24
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/docs/reference/graphs.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ handler: python

::: langgraph.graph.message.MessageGraph

## `add_messages`

::: langgraph.graph.message.add_messages

## CompiledGraph

::: langgraph.graph.graph.CompiledGraph
Expand Down Expand Up @@ -69,4 +73,4 @@ builder.add_conditional_edges("my_node", my_condition)

## RetryPolicy

::: langgraph.pregel.types.RetryPolicy
::: langgraph.pregel.types.RetryPolicy

0 comments on commit b062b24

Please sign in to comment.