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