mirror of
https://github.com/microsoft/autogen.git
synced 2025-11-29 00:20:38 +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