mirror of
https://github.com/microsoft/autogen.git
synced 2025-10-05 13:07:02 +00:00

Don't throw an exception when model makes a mistake. Use retries, and if not succeeding after a fixed attempts, fall back to the previous sepaker if available, or the first participant. Resolves #5453