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.
2 parents 857fcac + 3e5936b commit 0d97cd9Copy full SHA for 0d97cd9
libs/labelbox/src/labelbox/schema/ontology_kind.py
@@ -25,6 +25,7 @@ def get_ontology_kind_validation_error(cls, ontology_kind):
25
26
class EditorTaskType(Enum):
27
ModelChatEvaluation = "MODEL_CHAT_EVALUATION"
28
+ ResponseCreation = "RESPONSE_CREATION"
29
Missing = None
30
31
@classmethod
0 commit comments