-
Notifications
You must be signed in to change notification settings - Fork 143
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
fix register client API #1560
fix register client API #1560
Conversation
Signed-off-by: Yaliang Wu <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #1560 +/- ##
=========================================
Coverage 78.40% 78.40%
- Complexity 2378 2380 +2
=========================================
Files 195 195
Lines 9593 9595 +2
Branches 964 964
=========================================
+ Hits 7521 7523 +2
Misses 1635 1635
Partials 437 437
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Signed-off-by: Yaliang Wu <[email protected]> (cherry picked from commit 713dcba)
Signed-off-by: Yaliang Wu <[email protected]> (cherry picked from commit 713dcba) Co-authored-by: Yaliang Wu <[email protected]>
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-feature/agent_framework_dev feature/agent_framework_dev
# Navigate to the new working tree
cd .worktrees/backport-feature/agent_framework_dev
# Create a new branch
git switch --create backport/backport-1560-to-feature/agent_framework_dev
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 713dcba9f843b6fb1bb23dcb88973373371ea8df
# Push it to GitHub
git push --set-upstream origin backport/backport-1560-to-feature/agent_framework_dev
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-feature/agent_framework_dev Then, create a pull request where the |
Signed-off-by: Yaliang Wu <[email protected]> Signed-off-by: TrungBui59 <[email protected]>
Signed-off-by: Yaliang Wu <[email protected]> Signed-off-by: TrungBui59 <[email protected]>
Signed-off-by: Yaliang Wu <[email protected]>
Description
Read more details : #1553
Issues Resolved
Resolve #1553
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.