Closed as not planned
Description
Is your feature request related to a problem? Please describe.
Hi, since we have nested chats or retry loops those should be able to be finished so that we can continue to the next agent in the parent tree. UserProxy now only listens to terminate entirely.
Describe the solution you'd like
I propose is_continuation_msg=lambda x: x.get("content", "").find("CONTINUE") >= 0
Additional context
No response