-
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
Import oai.client
directly in ConversableAgent
#1557
Import oai.client
directly in ConversableAgent
#1557
Conversation
It has been corrected.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1557 +/- ##
===========================================
+ Coverage 35.11% 47.19% +12.08%
===========================================
Files 43 43
Lines 5206 5206
Branches 1211 1280 +69
===========================================
+ Hits 1828 2457 +629
+ Misses 3228 2542 -686
- Partials 150 207 +57
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.
Just to be clear, this is not a bug, and it happens when there are potentially conflicted installations of autogen
(not ours) and pyautogen
. In that case it is better to purge both and install again.
We can make the change in this PR still because it is consistent with how other imports are done in the code base.
oai.client
directly in ConversableAgent
…osoft#1557) It has been corrected.
Bug fixed
Incorrect import statement was present in conversible_agent.py.
It has been corrected.
Why are these changes needed ?
Full description provided in #1526
Related issue number
closes #1526 #1498
Reviewer
@ekzhu