Add async test#520
Merged
Merged
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #520 +/- ##
=======================================
Coverage 26.63% 26.63%
=======================================
Files 28 28
Lines 3777 3777
Branches 858 858
=======================================
Hits 1006 1006
Misses 2700 2700
Partials 71 71
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
3 tasks
Collaborator
Author
Fixed. And thanks Chi, will keep in mind for future PRs. |
rlam3
pushed a commit
to rlam3/autogen
that referenced
this pull request
Dec 25, 2023
* Add example nb for async funcs * Add a notebook based test for async function calls * Update nb * Update nb * Remove duplicate code * Rename func for consistency * Fix bug * Add intro text for cmd cell 4 * Add a short comment on await * Update agentchat_function_call_async.ipynb Minor typo * Add link to nb --------- Co-authored-by: Joshua Kim <[email protected]> Co-authored-by: Qingyun Wu <[email protected]>
whiskyboy
pushed a commit
to whiskyboy/autogen
that referenced
this pull request
Apr 17, 2024
* Add example nb for async funcs * Add a notebook based test for async function calls * Update nb * Update nb * Remove duplicate code * Rename func for consistency * Fix bug * Add intro text for cmd cell 4 * Add a short comment on await * Update agentchat_function_call_async.ipynb Minor typo * Add link to nb --------- Co-authored-by: Joshua Kim <[email protected]> Co-authored-by: Qingyun Wu <[email protected]>
jackgerrits
pushed a commit
that referenced
this pull request
Oct 2, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why are these changes needed?
Adds a test notebook for async function calls (including group chat)
Related issue number
#517
Checks