-
Notifications
You must be signed in to change notification settings - Fork 916
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 query assistant fetching agent bug #7804
Conversation
Signed-off-by: Liyun Xiu <[email protected]>
ℹ️ Manual Changeset Creation ReminderPlease ensure manual commit for changeset file 7804.yml under folder changelogs/fragments to complete this PR. If you want to use the available OpenSearch Changeset Bot App to avoid manual creation of changeset file you can install it in your forked repository following this link. For more information about formatting of changeset files, please visit OpenSearch Auto Changeset and Release Notes Tool. |
Signed-off-by: Liyun Xiu <[email protected]>
Signed-off-by: Liyun Xiu <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7804 +/- ##
==========================================
+ Coverage 63.80% 63.82% +0.02%
==========================================
Files 3656 3658 +2
Lines 81210 81270 +60
Branches 12950 12967 +17
==========================================
+ Hits 51812 51869 +57
- Misses 26217 26219 +2
- Partials 3181 3182 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
didn't know ml-commons API had this breaking change, thanks
Signed-off-by: Liyun Xiu <[email protected]>
* Fix query assistant fetching agent bug Signed-off-by: Liyun Xiu <[email protected]> * Add changelog Signed-off-by: Liyun Xiu <[email protected]> * fix style Signed-off-by: Liyun Xiu <[email protected]> * Add UT Signed-off-by: Liyun Xiu <[email protected]> --------- Signed-off-by: Liyun Xiu <[email protected]> (cherry picked from commit 3364d0c) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Fix query assistant fetching agent bug * Add changelog * fix style * Add UT --------- (cherry picked from commit 3364d0c) Signed-off-by: Liyun Xiu <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
Fix bug #7803
Issues Resolved
#7803
Screenshot
Testing the changes
Changelog
Check List
yarn test:jest
yarn test:jest_integration