autogen
autogen copied to clipboard
feat: avoid consuming repeated agent message
Why are these changes needed?
Related issue number
Closes #6317
Checks
- [x] I've included any doc changes needed for https://microsoft.github.io/autogen/. See https://github.com/microsoft/autogen/blob/main/CONTRIBUTING.md to build and test documentation locally.
- [x] I've added tests (if relevant) corresponding to the changes introduced in this PR.
- [x] I've made sure all auto checks have passed.
@microsoft-github-policy-service agree
Can we add some unit tests for AssistantAgent for checking the full_message_id matches between the stream chunk event and the final message.
Sure! glad to see reviews, test has been added