diff --git a/docs/docs/tutorials/introduction.ipynb b/docs/docs/tutorials/introduction.ipynb index c7bf12940..a128b528f 100644 --- a/docs/docs/tutorials/introduction.ipynb +++ b/docs/docs/tutorials/introduction.ipynb @@ -175,7 +175,7 @@ "metadata": {}, "outputs": [], "source": [ - "graph_builder.add_edge(START, \"chatbot\")" + "graph_builder.set_entry_point("chatbot")" ] }, { @@ -193,7 +193,7 @@ "metadata": {}, "outputs": [], "source": [ - "graph_builder.add_edge(\"chatbot\", END)" + "graph_builder.set_finish_point("chatbot")" ] }, {