flag impl fin
This commit is contained in:
@@ -89,6 +89,11 @@ const CONTENT_TYPE_LABELS: Record<string, { emoji: string; title: string; descri
|
||||
description:
|
||||
"Disease symptom images that users have flagged as potentially incorrect or misleading.",
|
||||
},
|
||||
disease_description: {
|
||||
emoji: "📝",
|
||||
title: "Disease Descriptions Flagged for Review",
|
||||
description: "Disease descriptions that users have flagged as potentially inaccurate.",
|
||||
},
|
||||
disease_symptoms: {
|
||||
emoji: "⚠️",
|
||||
title: "Disease Symptoms Flagged for Review",
|
||||
@@ -245,6 +250,7 @@ async function main() {
|
||||
const orderedTypes = [
|
||||
"plant_image",
|
||||
"disease_image",
|
||||
"disease_description",
|
||||
"disease_symptoms",
|
||||
"disease_causes",
|
||||
"disease_treatment",
|
||||
|
||||
Reference in New Issue
Block a user