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 857fcac commit 3e5936bCopy full SHA for 3e5936b
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