Skip to content

Commit f3b46f0

Browse files
Merge remote-tracking branch 'origin/feat/prompt-key-required-field' into feat/prompt-key-required-field
2 parents b589eee + 4def998 commit f3b46f0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

backend/prompt_studio/prompt_studio_core_v2/constants.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ class ToolStudioPromptKeys:
9999
REQUIRED = "required"
100100
EXECUTION_SOURCE = "execution_source"
101101

102+
102103
class FileViewTypes:
103104
ORIGINAL = "ORIGINAL"
104105
EXTRACT = "EXTRACT"

prompt-service/src/unstract/prompt_service/constants.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ class PromptServiceContants:
7777
EXECUTION_SOURCE = "execution_source"
7878
METRICS = "metrics"
7979

80+
8081
class RunLevel(Enum):
8182
"""Different stages of prompt execution.
8283

0 commit comments

Comments
 (0)