mirror of
https://github.com/microsoft/autogen.git
synced 2025-10-07 05:57:28 +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