-
Notifications
You must be signed in to change notification settings - Fork 5.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remove useless code in groupchat; simplify the handling of termination msg #1532
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1532 +/- ##
===========================================
+ Coverage 34.26% 46.58% +12.32%
===========================================
Files 42 42
Lines 5102 5098 -4
Branches 1167 1234 +67
===========================================
+ Hits 1748 2375 +627
+ Misses 3210 2523 -687
- Partials 144 200 +56
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
Not sure why it was ever doing that check around line #406
I also changed the way to deal with termination message. It is broadcast to every other agent before exiting the chat. Then all the agents have the same messages in their conversation history. I think it simplifies things. Please let me know if this breaks anything for you. |
Yeah saw that. I agree this is a better way to handle it. I am not aware of any scenarios this would harm. |
…n msg (microsoft#1532) * remove useless code in groupchat * include termination msg
Why are these changes needed?
Related issue number
Checks