Skip to content

Commit 7ba12ab

Browse files
committed
Update unsupported media type names
1 parent 406e657 commit 7ba12ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

labelbox/schema/media_type.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ def is_supported(cls, value):
4444
def get_supported_members(cls):
4545
return [
4646
item for item in cls.__members__ if item not in [
47-
"LLM_PROMPT_CREATION", "LLM_PROMPT_RESPONSE_CREATION",
48-
"Unknown", "Unsupported"
47+
"LLMPromptCreation", "LLMPromptResponseCreation", "Unknown",
48+
"Unsupported"
4949
]
5050
]
5151

0 commit comments

Comments
 (0)