-
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
def _prepare_chat for groupchat manager to reset the groupchat #1254
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #1254 +/- ##
===========================================
+ Coverage 31.98% 51.42% +19.44%
===========================================
Files 33 33
Lines 4415 4422 +7
Branches 1030 1089 +59
===========================================
+ Hits 1412 2274 +862
+ Misses 2887 1944 -943
- Partials 116 204 +88
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@joshkyh the merging is blocked by your change request. |
Apologies, approved. |
…soft#1254) * def _prepare_chat for groupchat manager to reset the groupchat * typo Co-authored-by: Chi Wang <[email protected]> * typehint and simplify --------- Co-authored-by: Chi Wang <[email protected]>
Why are these changes needed?
Dirty messages from a previous chat can cause Tool Calls to raise an exception from the OpenAI API.
Related issue number
https://github.com/microsoft/autogen/actions/runs/7523612676/job/20477791898?pr=1226
Checks