mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-06 09:47:51 +02:00
Fix/call the correct variable authoring_graph during compilation (#292)
This commit is contained in:
@@ -626,7 +626,7 @@
|
||||
")\n",
|
||||
"\n",
|
||||
"authoring_graph.set_entry_point(\"supervisor\")\n",
|
||||
"chain = research_graph.compile()\n",
|
||||
"chain = authoring_graph.compile()\n",
|
||||
"\n",
|
||||
"\n",
|
||||
"# The following functions interoperate between the top level graph state\n",
|
||||
|
||||
Reference in New Issue
Block a user