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"