From 10f92992b45160b020e41fc0e2aee6ca432276e1 Mon Sep 17 00:00:00 2001 From: William FH <13333726+hinthornw@users.noreply.github.com> Date: Wed, 5 Jun 2024 07:49:35 -0700 Subject: [PATCH] Fixup ToC in ref doc (#602) --- docs/docs/reference/graphs.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/docs/reference/graphs.md b/docs/docs/reference/graphs.md index aab737931..59ec3d7b5 100644 --- a/docs/docs/reference/graphs.md +++ b/docs/docs/reference/graphs.md @@ -25,7 +25,9 @@ graph = StateGraph(MyState) ::: langgraph.graph.graph.CompiledGraph handler: python -# Constants +## Constants + +The following constants and classes are used to help control graph execution. ## START