We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b589eee + 4def998 commit f3b46f0Copy full SHA for f3b46f0
backend/prompt_studio/prompt_studio_core_v2/constants.py
@@ -99,6 +99,7 @@ class ToolStudioPromptKeys:
99
REQUIRED = "required"
100
EXECUTION_SOURCE = "execution_source"
101
102
+
103
class FileViewTypes:
104
ORIGINAL = "ORIGINAL"
105
EXTRACT = "EXTRACT"
prompt-service/src/unstract/prompt_service/constants.py
@@ -77,6 +77,7 @@ class PromptServiceContants:
77
78
METRICS = "metrics"
79
80
81
class RunLevel(Enum):
82
"""Different stages of prompt execution.
83
0 commit comments