Skip to content

Commit 0d97cd9

Browse files
authored
Add all editor task types to project (#1658)
2 parents 857fcac + 3e5936b commit 0d97cd9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libs/labelbox/src/labelbox/schema/ontology_kind.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ def get_ontology_kind_validation_error(cls, ontology_kind):
2525

2626
class EditorTaskType(Enum):
2727
ModelChatEvaluation = "MODEL_CHAT_EVALUATION"
28+
ResponseCreation = "RESPONSE_CREATION"
2829
Missing = None
2930

3031
@classmethod

0 commit comments

Comments
 (0)