cr
This commit is contained in:
@@ -42,7 +42,7 @@ export interface PredictionCardDto {
|
||||
topPicks: TopPick[];
|
||||
|
||||
// ─── Risk ───
|
||||
riskLevel: 'LOW' | 'MEDIUM' | 'HIGH' | 'EXTREME';
|
||||
riskLevel: "LOW" | "MEDIUM" | "HIGH" | "EXTREME";
|
||||
|
||||
// ─── Raw prediction JSON (for Gemini caption) ───
|
||||
rawPrediction?: Record<string, any>;
|
||||
|
||||
Reference in New Issue
Block a user