Skip to content

Commit

Permalink
fix/structure tool sdk upgrade - 0.17.0 (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
athul-rs authored Mar 25, 2024
1 parent 3d57109 commit 9315281
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions backend/sample.env
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tools/structure/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Add your dependencies here

# Required for all unstract tools
unstract-sdk~=0.16.0
unstract-sdk~=0.17.0
2 changes: 1 addition & 1 deletion tools/structure/src/config/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9315281

Please sign in to comment.