-
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
Use latest APIs for tool use, code execution and cache in topic pages #2071
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2071 +/- ##
==========================================
- Coverage 36.79% 36.63% -0.16%
==========================================
Files 66 66
Lines 7060 7058 -2
Branches 1541 1541
==========================================
- Hits 2598 2586 -12
- Misses 4234 4244 +10
Partials 228 228
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@qingyun-wu could you run the notebooks to make sure the outputs are expected? Much appreciated! |
Will do. |
Looks like there is a bug in the notebook. The llm_config for planner and assistant agents should be separate. I have fixed it. I have also updated all notebooks to use the latest tool use APIs, removing langchain dependency. |
@qingyun-wu @jackgerrits @sonichi Can you take a look? I have fixed the notebooks to use the latest APIs. |
…microsoft#2071) * Use code executors and cache in docs. * Update topic pages * clean up imports * update notebook * Update notebooks * format * format * Update links * revert notebook * update * format --------- Co-authored-by: Qingyun Wu <qingyun0327@gmail.com>
Why are these changes needed?
Use the latest APIs for the followings in topic pages:
Related issue number
Checks