Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 20, 2024
1 parent 9000cd0 commit 4def998
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 4def998

Please sign in to comment.