Fix simple typo in chat-termination.ipynb (#3050)

This commit is contained in:
F. Hinkelmann 2024-07-02 22:26:07 -04:00 committed by GitHub
parent fbf24a5f6f
commit 8133b7de22
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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