Skip to content

Commit

Permalink
Fix small typo in the docs (#3650)
Browse files Browse the repository at this point in the history
  • Loading branch information
jknaudt21 authored Oct 4, 2024
1 parent 180c17c commit 4a638ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/tutorial/conversation-patterns.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@
"If we were to use the `round_robin` strategy, this list would specify the order\n",
"of the agents to be selected.\n",
"We also initialize the group chat with an empty message list and a maximum\n",
"round of 6, which means there will be at most 6 iteratiosn of selecting speaker,\n",
"round of 6, which means there will be at most 6 iterations of selecting a speaker,\n",
"agent speaks and broadcasting message."
]
},
Expand Down

0 comments on commit 4a638ea

Please sign in to comment.