Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Fix typo #17733

Merged
merged 2 commits into from
Feb 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs/modules/agents/how_to/agent_iter.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down