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.
1 parent cc8eed7 commit 0d37fc6Copy full SHA for 0d37fc6
labelbox/schema/media_type.py
@@ -18,6 +18,8 @@ class MediaType(Enum):
18
Video = "VIDEO"
19
Unknown = "UNKNOWN"
20
Unsupported = "UNSUPPORTED"
21
+ LLMPromptCreation = "LLM_PROMPT_CREATION"
22
+ LLMPromptResponseCreation = "LLM_PROMPT_RESPONSE_CREATION"
23
24
@classmethod
25
def _missing_(cls, name):
0 commit comments