From d2c27841d6f6141ee55ebd14343a8ca44823ae4f Mon Sep 17 00:00:00 2001 From: willson Date: Wed, 24 Apr 2024 10:45:28 +0200 Subject: [PATCH] fix typo --- website/docs/tutorial/human-in-the-loop.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/tutorial/human-in-the-loop.ipynb b/website/docs/tutorial/human-in-the-loop.ipynb index 52bb7e1f7b9..d6d47a223fe 100644 --- a/website/docs/tutorial/human-in-the-loop.ipynb +++ b/website/docs/tutorial/human-in-the-loop.ipynb @@ -35,7 +35,7 @@ "1. `NEVER`: human input is never requested.\n", "2. `TERMINATE` (default): human input is only requested when a termination condition is\n", " met. Note that in this mode if the human chooses to intercept and reply, the conversation continues\n", - " and the counter used by `max_consectuive_auto_reply` is reset.\n", + " and the counter used by `max_consecutive_auto_reply` is reset.\n", "3. `ALWAYS`: human input is always requested and the human can choose to skip and trigger an auto-reply,\n", " intercept and provide feedback, or terminate the conversation. Note that in this mode\n", " termination based on `max_consecutive_auto_reply` is ignored.\n",