File tree 2 files changed +3
-3
lines changed
tools/structure/src/config
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -75,9 +75,9 @@ PROMPT_STUDIO_FILE_PATH=/app/prompt-studio-data
75
75
76
76
# Structure Tool Image (Runs prompt studio exported tools)
77
77
# 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 "
79
79
STRUCTURE_TOOL_IMAGE_NAME = " unstract/tool-structure"
80
- STRUCTURE_TOOL_IMAGE_TAG = " 0.0.70 "
80
+ STRUCTURE_TOOL_IMAGE_TAG = " 0.0.71 "
81
81
82
82
# Feature Flags
83
83
EVALUATION_SERVER_IP = unstract-flipt
Original file line number Diff line number Diff line change 2
2
"schemaVersion" : " 0.0.1" ,
3
3
"displayName" : " Structure Tool" ,
4
4
"functionName" : " structure_tool" ,
5
- "toolVersion" : " 0.0.70 " ,
5
+ "toolVersion" : " 0.0.71 " ,
6
6
"description" : " This is a template tool which can answer set of input prompts designed in the Prompt Studio" ,
7
7
"input" : {
8
8
"description" : " File that needs to be indexed and parsed for answers"
You can’t perform that action at this time.
0 commit comments