Skip to content

Commit 52a32a8

Browse files
[FIX] Bumping structure tool version (#1229)
Bumping structure tool version
1 parent 6caab41 commit 52a32a8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

backend/sample.env

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ PROMPT_STUDIO_FILE_PATH=/app/prompt-studio-data
7575

7676
# Structure Tool Image (Runs prompt studio exported tools)
7777
# https://hub.docker.com/r/unstract/tool-structure
78-
STRUCTURE_TOOL_IMAGE_URL="docker:unstract/tool-structure:0.0.70"
78+
STRUCTURE_TOOL_IMAGE_URL="docker:unstract/tool-structure:0.0.71"
7979
STRUCTURE_TOOL_IMAGE_NAME="unstract/tool-structure"
80-
STRUCTURE_TOOL_IMAGE_TAG="0.0.70"
80+
STRUCTURE_TOOL_IMAGE_TAG="0.0.71"
8181

8282
# Feature Flags
8383
EVALUATION_SERVER_IP=unstract-flipt

tools/structure/src/config/properties.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"schemaVersion": "0.0.1",
33
"displayName": "Structure Tool",
44
"functionName": "structure_tool",
5-
"toolVersion": "0.0.70",
5+
"toolVersion": "0.0.71",
66
"description": "This is a template tool which can answer set of input prompts designed in the Prompt Studio",
77
"input": {
88
"description": "File that needs to be indexed and parsed for answers"

0 commit comments

Comments
 (0)