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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@
"source": [ "source": [
"# Running Agent as an Iterator\n", "# Running Agent as an Iterator\n",
"\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", "\n",
"To demonstrate the `AgentExecutorIterator` functionality, we will set up a problem where an Agent must:\n", "To demonstrate the `AgentExecutorIterator` functionality, we will set up a problem where an Agent must:\n",
"\n", "\n",