-
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
remove name from tool response #1263
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1263 +/- ##
===========================================
+ Coverage 32.10% 51.20% +19.10%
===========================================
Files 32 32
Lines 4392 4394 +2
Branches 1024 1080 +56
===========================================
+ Hits 1410 2250 +840
+ Misses 2866 1941 -925
- Partials 116 203 +87
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Thanks. Could you modify the test to address the test failures? |
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
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, I just wonder should we still output the name of the function in the string.
@yenif the openai test is failing: https://github.com/microsoft/autogen/actions/runs/7532202265/job/20511225188?pr=1263#step:7:1189 Could you take a look this? Thank you! |
* remove name from tool response * fix tool response tests * fix output string
* remove name from tool response * fix tool response tests * fix output string
Why are these changes needed?
#1255
Related issue number
Closes #1255
Checks