Skip to content

Commit a2925ec

Browse files
author
Val Brodsky
committed
Add all editor task types to project
1 parent 857fcac commit a2925ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

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

2626
class EditorTaskType(Enum):
2727
ModelChatEvaluation = "MODEL_CHAT_EVALUATION"
28+
ResponseCreation = "RESPONSE_CREATION"
29+
ModelEvaluationWithUploadedAsset = "MODEL_EVALUATION_WITH_UPLOADED_ASSET"
2830
Missing = None
2931

3032
@classmethod

0 commit comments

Comments
 (0)