From 6b80fa67187c5679e21701216459207b1da4388c Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Wed, 11 Dec 2024 11:02:28 -0500 Subject: [PATCH] x --- docs/docs/how-tos/multi-agent-multi-turn-convo.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/how-tos/multi-agent-multi-turn-convo.ipynb b/docs/docs/how-tos/multi-agent-multi-turn-convo.ipynb index 2e6db94d4..411eb4216 100644 --- a/docs/docs/how-tos/multi-agent-multi-turn-convo.ipynb +++ b/docs/docs/how-tos/multi-agent-multi-turn-convo.ipynb @@ -242,7 +242,7 @@ "builder.add_node(\"sightseeing_advisor\", sightseeing_advisor)\n", "builder.add_node(\"hotel_advisor\", hotel_advisor)\n", "\n", - "# This adds a node to collet human input, which will route\n", + "# This adds a node to collect human input, which will route\n", "# back to the active agent.\n", "builder.add_node(\"human\", human_node)\n", "\n",