mirror of
https://github.com/microsoft/autogen.git
synced 2025-08-18 13:41:56 +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