Updating task schema according to backend

This commit is contained in:
AbdBarho
2023-01-08 10:58:24 +01:00
parent fd9edf29d5
commit d4bf2be291
2 changed files with 2 additions and 3 deletions
@@ -10,6 +10,7 @@ export interface LabelPrompterReplyTask {
messages: Array<{
text: string;
is_assistant: boolean;
message_id: string;
}>;
};
}