Skip to content

Commit

Permalink
Update chat-termination.ipynb (#2019)
Browse files Browse the repository at this point in the history
grammar typos found and fixed
  • Loading branch information
huskydoge authored Mar 14, 2024
1 parent f78985d commit 462ef9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/tutorial/chat-termination.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -326,8 +326,8 @@
"the conversation may not always terminated 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",
"we describe this behavior and why its important in the next chapter.\n"
"But when mode is `ALWAYS` or `TERMINATE`, it will not terminate immediately.\n",
"We will describe this behavior and explain why it is important in the next chapter.\n"
]
}
],
Expand Down

0 comments on commit 462ef9c

Please sign in to comment.