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