mirror of
https://github.com/microsoft/autogen.git
synced 2026-01-14 17:37:55 -05:00
Modify `BaseGroupChat.save_state` to not require the team to be stopped first. The `save_state` method is read-only. While it may retrieve an inconsistent state when the team is running, we made a notice to it's API doc. Resolves: #5880