-
Notifications
You must be signed in to change notification settings - Fork 33
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 compile error #114
Fix compile error #114
Conversation
Signed-off-by: Hailong Cui <[email protected]>
Signed-off-by: Hailong Cui <[email protected]>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #114 +/- ##
============================================
+ Coverage 81.29% 81.70% +0.41%
- Complexity 152 190 +38
============================================
Files 12 13 +1
Lines 882 962 +80
Branches 115 130 +15
============================================
+ Hits 717 786 +69
- Misses 106 126 +20
+ Partials 59 50 -9 ☔ View full report in Codecov by Sentry. |
There seems a flaky test in workflow result: https://github.com/opensearch-project/skills/actions/runs/7456381157/job/20286930811?pr=114. |
* fix compile error Signed-off-by: Hailong Cui <[email protected]> * fix compile error Signed-off-by: Hailong Cui <[email protected]> --------- Signed-off-by: Hailong Cui <[email protected]> (cherry picked from commit 7a596a0) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* fix compile error * fix compile error --------- (cherry picked from commit 7a596a0) Signed-off-by: Hailong Cui <[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>
* fix compile error * fix compile error --------- (cherry picked from commit 7a596a0) Signed-off-by: Hailong Cui <[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> Signed-off-by: yuye-aws <[email protected]>
Description
Two new methods add into
Tool.Factory
interface, all implementations need implementate these two methodsIssues Resolved
new method add by this PR
https://github.com/opensearch-project/ml-commons/pull/1818/files#diff-f3f27d4e953486c2798c6edef8641779b3211dabbe5374c5bfe1737b3aab2f25
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.