-
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
fix typos in function helper text #503
Conversation
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.
Thanks. One change is suggested. Please fix the conflict with main.
Co-authored-by: Chi Wang <[email protected]>
I have made the necessary change. I kindly request you to review it. Thanks! ❤️ |
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
Please resolve the conflict with main. |
@shresthasurav could you please resolve the conflict if you'd still like this PR to be merged? |
@sonichi I have resolved the conflict with main. I kindly request you to review and merge the pull request. Thanks! ❤️ |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #503 +/- ##
==========================================
+ Coverage 29.81% 38.02% +8.20%
==========================================
Files 27 27
Lines 3448 3448
Branches 780 780
==========================================
+ Hits 1028 1311 +283
+ Misses 2346 2018 -328
- Partials 74 119 +45
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
* fix typos in autogen/agentchat/conversable_agent.py * fix typos in autogen/code_utils.py * fix typos in autogen/oai/completion.py * fix typos in test/agentchat/test_assistant_agent.py * Update test/agentchat/test_assistant_agent.py Co-authored-by: Chi Wang <[email protected]> --------- Co-authored-by: Chi Wang <[email protected]>
Why are these changes needed?
This pull request fixes typos in python function helper text which enhances readability. I kindly request the repository maintainers to review and merge it. Thanks! ❤️
Related issue number
Checks