Skip to content

Commit 0d37fc6

Browse files
committed
Add support for llm media types
1 parent cc8eed7 commit 0d37fc6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

labelbox/schema/media_type.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ class MediaType(Enum):
1818
Video = "VIDEO"
1919
Unknown = "UNKNOWN"
2020
Unsupported = "UNSUPPORTED"
21+
LLMPromptCreation = "LLM_PROMPT_CREATION"
22+
LLMPromptResponseCreation = "LLM_PROMPT_RESPONSE_CREATION"
2123

2224
@classmethod
2325
def _missing_(cls, name):

0 commit comments

Comments
 (0)