Closed
Description
Describe the bug
ConversableAgent.generate_code_execution_reply
only scans last messages and break
s instead of continue
s
Steps to reproduce
No response
Model Used
No response
Expected Behavior
The break
statements here should be continue
statements
autogen/autogen/agentchat/conversable_agent.py
Lines 1511 to 1514 in 03bfb8f
Screenshots and logs
No response
Additional Information
No response