mirror of https://github.com/microsoft/autogen.git
Fix simple typo in chat-termination.ipynb (#3050)
This commit is contained in:
parent
fbf24a5f6f
commit
8133b7de22
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue