From 931528163e5ed60dad0363593c99ceeefb5d39ae Mon Sep 17 00:00:00 2001 From: Athul <89829560+athul-rs@users.noreply.github.com> Date: Mon, 25 Mar 2024 14:52:30 +0530 Subject: [PATCH] fix/structure tool sdk upgrade - 0.17.0 (#175) --- backend/sample.env | 4 ++-- tools/structure/requirements.txt | 2 +- tools/structure/src/config/properties.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/backend/sample.env b/backend/sample.env index 361f7cc74..89b556de1 100644 --- a/backend/sample.env +++ b/backend/sample.env @@ -86,9 +86,9 @@ PROMPT_PORT=3003 PROMPT_STUDIO_FILE_PATH=/app/prompt-studio-data # Structure Tool -STRUCTURE_TOOL_IMAGE_URL="docker:unstract/tool-structure:0.0.5" +STRUCTURE_TOOL_IMAGE_URL="docker:unstract/tool-structure:0.0.6" STRUCTURE_TOOL_IMAGE_NAME="unstract/tool-structure" -STRUCTURE_TOOL_IMAGE_TAG="0.0.5" +STRUCTURE_TOOL_IMAGE_TAG="0.0.6" # Feature Flags EVALUATION_SERVER_IP=localhost diff --git a/tools/structure/requirements.txt b/tools/structure/requirements.txt index 20f4ed462..a12f38f4e 100644 --- a/tools/structure/requirements.txt +++ b/tools/structure/requirements.txt @@ -1,4 +1,4 @@ # Add your dependencies here # Required for all unstract tools -unstract-sdk~=0.16.0 +unstract-sdk~=0.17.0 diff --git a/tools/structure/src/config/properties.json b/tools/structure/src/config/properties.json index e8b037ed2..f551db105 100644 --- a/tools/structure/src/config/properties.json +++ b/tools/structure/src/config/properties.json @@ -2,7 +2,7 @@ "schemaVersion": "0.0.1", "displayName": "Structure Tool", "functionName": "structure_tool", - "toolVersion": "0.0.5", + "toolVersion": "0.0.6", "description": "This is a template tool which can answer set of input prompts designed in the Prompt Studio", "input": { "description": "File that needs to be indexed and parsed for answers"