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 6af82d2 commit 482237bCopy full SHA for 482237b
labelbox/schema/media_type.py
@@ -44,7 +44,7 @@ def is_supported(cls, value):
44
def get_supported_members(cls):
45
return [
46
item for item in cls.__members__
47
- if item not in ["Unknown", "Unsupported"]
+ if item not in ["LLM_PROMPT_CREATION", "LLM_PROMPT_RESPONSE_CREATION", "Unknown", "Unsupported"]
48
]
49
50
0 commit comments