Add LabelPrompterReplyTask

This commit is contained in:
AbdBarho
2023-01-08 10:52:57 +01:00
parent a19e0fa085
commit f7dceee87a
6 changed files with 85 additions and 8 deletions
@@ -63,4 +63,11 @@ export const TaskTypes = [
pathname: "/label/label_initial_prompt",
type: "label_initial_prompt",
},
{
label: "Label Prompter Reply",
desc: "Provide labels for a prompt.",
category: TaskCategory.Label,
pathname: "/label/label_prompter_reply",
type: "label_prompter_reply",
},
];