Skip to content

Commit

Permalink
Fix simple typo in chat-termination.ipynb (#3050)
Browse files Browse the repository at this point in the history
  • Loading branch information
fhinkel authored and victordibia committed Jul 30, 2024
1 parent 2d462dd commit 0530895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/tutorial/chat-termination.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@
"You can configure both parameters in `initiate_chat` and also configuration of agents.\n",
"\n",
"That said, it is important to note that when a termination condition is triggered,\n",
"the conversation may not always terminated immediately. The actual termination\n",
"the conversation may not always terminate immediately. The actual termination\n",
"depends on the `human_input_mode` argument of the `ConversableAgent` class.\n",
"For example, when mode is `NEVER` the termination conditions above will end the conversations.\n",
"But when mode is `ALWAYS` or `TERMINATE`, it will not terminate immediately.\n",
Expand Down

0 comments on commit 0530895

Please sign in to comment.