Docs: Fix typo (#17733)

- **Description:** fix doc typo
This commit is contained in:
Gianluca Giudice
2024-02-22 00:31:43 +01:00
committed by GitHub
parent 41726dfa27
commit f541545c96

View File

@@ -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",