Skip to content

Commit 482237b

Browse files
author
Piotr Delinowski
committed
Add LLM media types to unsupported ones
1 parent 6af82d2 commit 482237b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labelbox/schema/media_type.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def is_supported(cls, value):
4444
def get_supported_members(cls):
4545
return [
4646
item for item in cls.__members__
47-
if item not in ["Unknown", "Unsupported"]
47+
if item not in ["LLM_PROMPT_CREATION", "LLM_PROMPT_RESPONSE_CREATION", "Unknown", "Unsupported"]
4848
]
4949

5050

0 commit comments

Comments
 (0)