-
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
Removed "Tool Call Id" from main content string. #1471
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.
I think test in the test_tool_calls.py needs to be updated.
Yup. Forgot that file. On it. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1471 +/- ##
===========================================
+ Coverage 33.19% 45.95% +12.76%
===========================================
Files 41 41
Lines 4950 4948 -2
Branches 1135 1201 +66
===========================================
+ Hits 1643 2274 +631
+ Misses 3177 2488 -689
- Partials 130 186 +56
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
* Removed Tool Call Id from main content string. * Fixed tests.
Why are these changes needed?
Closes #1455
Checks