From f5f6ea25ae78720aea6ca9130319cf76fe421eca Mon Sep 17 00:00:00 2001 From: vbarda Date: Tue, 14 Jan 2025 17:50:26 -0500 Subject: [PATCH] docs: update MULTIPLE_SUBGRAPHS troubleshooting --- docs/docs/troubleshooting/errors/MULTIPLE_SUBGRAPHS.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/troubleshooting/errors/MULTIPLE_SUBGRAPHS.ipynb b/docs/docs/troubleshooting/errors/MULTIPLE_SUBGRAPHS.ipynb index 92fb14ec0..5ee816ec8 100644 --- a/docs/docs/troubleshooting/errors/MULTIPLE_SUBGRAPHS.ipynb +++ b/docs/docs/troubleshooting/errors/MULTIPLE_SUBGRAPHS.ipynb @@ -6,7 +6,7 @@ "source": [ "# MULTIPLE_SUBGRAPHS\n", "\n", - "You are calling the same subgraph multiple times within a single LangGraph node with checkpointing enabled for each subgraph.\n", + "You are calling subgraphs multiple times within a single LangGraph node with checkpointing enabled for each subgraph.\n", "\n", "This is currently not allowed due to internal restrictions on how checkpoint namespacing for subgraphs works.\n", "\n",