-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Improve readability of notebooks #2200
Conversation
@microsoft-github-policy-service agree |
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
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2200 +/- ##
===========================================
+ Coverage 38.14% 50.05% +11.91%
===========================================
Files 78 78
Lines 7865 7865
Branches 1683 1821 +138
===========================================
+ Hits 3000 3937 +937
+ Misses 4615 3597 -1018
- Partials 250 331 +81
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
update line breaks according to comment of reviewer
corrected sentence according to comment of reviewer
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
* Improve readability * Update context_handling.py update line breaks according to comment of reviewer * Update agentchat_groupchat_finite_state_machine.ipynb corrected sentence according to comment of reviewer * Update autogen/agentchat/contrib/capabilities/context_handling.py Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> --------- Co-authored-by: Shaokun Zhang <shaokunzhang529@gmail.com> Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
Why are these changes needed?
Improved readability of notebooks with fixed link and typos.
Related issue number
Checks