From f541545c96856dbc06ada3e410b715c0d9130db6 Mon Sep 17 00:00:00 2001 From: Gianluca Giudice <36795086+gianlucagiudice@users.noreply.github.com> Date: Thu, 22 Feb 2024 00:31:43 +0100 Subject: [PATCH] Docs: Fix typo (#17733) - **Description:** fix doc typo --- docs/docs/modules/agents/how_to/agent_iter.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/modules/agents/how_to/agent_iter.ipynb b/docs/docs/modules/agents/how_to/agent_iter.ipynb index 67135beab9e29..62cab487a7f8c 100644 --- a/docs/docs/modules/agents/how_to/agent_iter.ipynb +++ b/docs/docs/modules/agents/how_to/agent_iter.ipynb @@ -7,7 +7,7 @@ "source": [ "# Running Agent as an Iterator\n", "\n", - "It can be useful to run the agent as an interator, to add human-in-the-loop checks as needed.\n", + "It can be useful to run the agent as an iterator, to add human-in-the-loop checks as needed.\n", "\n", "To demonstrate the `AgentExecutorIterator` functionality, we will set up a problem where an Agent must:\n", "\n",