Skip to content

Commit

Permalink
[Feature/agent_framework] Fetches modelID for RegisterAgent and Tools…
Browse files Browse the repository at this point in the history
… workflow steps (opensearch-project#235)

* Flattened llm field of register agent

Signed-off-by: Owais Kazi <owaiskazi19@gmail.com>

* Handled optional modelId

Signed-off-by: Owais Kazi <owaiskazi19@gmail.com>

* Handled modelId for llm

Signed-off-by: Owais Kazi <owaiskazi19@gmail.com>

* Parsing for parameters field of tools

Signed-off-by: Owais Kazi <owaiskazi19@gmail.com>

* Handled test case failures

Signed-off-by: Owais Kazi <owaiskazi19@gmail.com>

* Fixed spotless failure

Signed-off-by: Owais Kazi <owaiskazi19@gmail.com>

---------

Signed-off-by: Owais Kazi <owaiskazi19@gmail.com>
  • Loading branch information
owaiskazi19 authored and dbwiddis committed Dec 18, 2023
1 parent ef2b1dd commit abea26f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ dependencies {
implementation "org.opensearch:common-utils:${common_utils_version}"
implementation 'com.amazonaws:aws-encryption-sdk-java:2.4.1'
implementation 'org.bouncycastle:bcprov-jdk18on:1.77'
implementation "com.google.code.gson:gson:2.10.1"

// ZipArchive dependencies used for integration tests
zipArchive group: 'org.opensearch.plugin', name:'opensearch-ml-plugin', version: "${opensearch_build}"
Expand Down
1 change: 0 additions & 1 deletion src/main/resources/mappings/workflow-steps.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@
"inputs":[
"name",
"type",
"llm",
"tools",
"parameters",
"memory",
Expand Down

0 comments on commit abea26f

Please sign in to comment.