-
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
Expose ML Config API #2850
Expose ML Config API #2850
Conversation
Signed-off-by: Ashish Agrawal <[email protected]>
@lezzago Hi can I know why we are going to store agent info in config index? |
@@ -951,6 +959,26 @@ public void listTools() { | |||
assertEquals("Use this tool to search general knowledge on wikipedia.", argumentCaptor.getValue().get(0).getDescription()); | |||
} | |||
|
|||
@Test | |||
public void getConfig() { |
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 we add a test for MASTER_KEY
showing that its getting rejected?
This is already being used for the |
Signed-off-by: Ashish Agrawal <[email protected]>
* Expose ML Config API Signed-off-by: Ashish Agrawal <[email protected]> * Add tests for rejected master key Signed-off-by: Ashish Agrawal <[email protected]> --------- Signed-off-by: Ashish Agrawal <[email protected]> (cherry picked from commit 05eb53f)
* Expose ML Config API Signed-off-by: Ashish Agrawal <[email protected]> * Add tests for rejected master key Signed-off-by: Ashish Agrawal <[email protected]> --------- Signed-off-by: Ashish Agrawal <[email protected]> (cherry picked from commit 05eb53f) Co-authored-by: Ashish Agrawal <[email protected]>
Description
Expose ML Config API
Related Issues
N/A
Check List
--signoff
.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.