Add Label Assistant Reply Task

This commit is contained in:
AbdBarho
2023-01-08 12:07:26 +01:00
parent 15a88309f8
commit c9a3813b8f
9 changed files with 126 additions and 44 deletions
@@ -69,5 +69,11 @@ export const TaskTypes = [
category: TaskCategory.Label,
pathname: "/label/label_prompter_reply",
type: "label_prompter_reply",
},{
label: "Label Assistant Reply",
desc: "Provide labels for a prompt.",
category: TaskCategory.Label,
pathname: "/label/label_assistant_reply",
type: "label_assistant_reply",
},
];