-
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
run sync and async in async #1242
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1242 +/- ##
===========================================
+ Coverage 31.60% 50.94% +19.34%
===========================================
Files 32 32
Lines 4389 4387 -2
Branches 1024 1078 +54
===========================================
+ Hits 1387 2235 +848
+ Misses 2892 1946 -946
- Partials 110 206 +96
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
I think your code is a correct bug fix, but not for #1205 (it is about 2 calls suggested in the same response). |
Yup was in progress :-) |
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.
Can you please uncomment the last cell in notebook/agentchat_function_call_async.ipynb
?
Everything else looks good 👍
LGTM 👍 |
* run sync and async in async * test for async multitool call * uncomment notebook --------- Co-authored-by: Chi Wang <wang.chi@microsoft.com> Co-authored-by: Davor Runje <davor@airt.ai>
* run sync and async in async * test for async multitool call * uncomment notebook --------- Co-authored-by: Chi Wang <wang.chi@microsoft.com> Co-authored-by: Davor Runje <davor@airt.ai>
Why are these changes needed?
Run sync tools in async to match behavior of functions in parallel tool calling
Related issue number
Closes #1205
Checks