Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feat/prompt-key-required-field' …
Browse files Browse the repository at this point in the history
…into feat/prompt-key-required-field
  • Loading branch information
vishnuszipstack committed Dec 20, 2024
2 parents b589eee + 4def998 commit f3b46f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions backend/prompt_studio/prompt_studio_core_v2/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ class ToolStudioPromptKeys:
REQUIRED = "required"
EXECUTION_SOURCE = "execution_source"


class FileViewTypes:
ORIGINAL = "ORIGINAL"
EXTRACT = "EXTRACT"
Expand Down
1 change: 1 addition & 0 deletions prompt-service/src/unstract/prompt_service/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ class PromptServiceContants:
EXECUTION_SOURCE = "execution_source"
METRICS = "metrics"


class RunLevel(Enum):
"""Different stages of prompt execution.
Expand Down

0 comments on commit f3b46f0

Please sign in to comment.