{c.text}
{c.severity}
{c.label}
[{c.start}–{c.end}]
{statusLabel}
{c.discarded_reason && {c.discarded_reason}}
{c.llm_prompt}
| Processo | Layer | Tipo | Score | LLM score | Validato | Sorgente | |
|---|---|---|---|---|---|---|---|
| {p.is_representative && ( ★ )} |
{p.process}
|
{p.layer} | {p.entity_type} | {p.score.toFixed(2)} | {llmCell(p)}{p.validated ? ✓ : "—"} | {p.source || "—"} |
Premi "Traccia di Debug" per ispezionare ogni frase catturata: quale processo l'ha rilevata, lo score, i processi concordanti, i boost e l'esito finale.
); } const { clusters, summary, threshold, method } = data; if (!clusters || clusters.length === 0) { return (Nessuna frase catturata da alcun processo.
); } const obscuredNoScore = clusters.filter( (c) => c.kept && (c.llm_vote === null || c.llm_vote === undefined), ).length; const banner = llmAlertMessage({ status: summary.llm_status, scored: summary.llm_scored, total: summary.total_clusters, obscured_without_score: obscuredNoScore, }); const byCat: RecordNessuna voce in questa categoria.
)}