-
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
Partial fix for 960 #963
Partial fix for 960 #963
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #963 +/- ##
===========================================
+ Coverage 26.63% 38.00% +11.37%
===========================================
Files 28 28
Lines 3777 3815 +38
Branches 858 911 +53
===========================================
+ Hits 1006 1450 +444
+ Misses 2700 2239 -461
- Partials 71 126 +55
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.
LGTM
The added lines are not covered by test. |
Right. @afourney could you also add a test to cover the added code? Code coverage will be decreased otherwise. |
@qingyun-wu @sonichi I have added test coverage. |
* Partial fix for 960 * Fixed a missing = None * Added test coverage.
Why are these changes needed?
Partial fix for #960. Make
agents
optional in many GroupChat help functions. Default to all agents (i.e.,self.agents
)Related issue number
#960
Checks