Kind: Interface
Source: atloria-monorepo/packages/doc-automation/src/v2/stages/stage-10-generation/quality-scorer.ts
Properties
| Property | Type |
|---|---|
documentId | string |
title | string |
overall | number |
dimensions | `{ |
domainSpecificity: number; // 0.35 weight contentDepth: number; // 0.25 weight sectionCompleteness: number; // 0.25 weight entityCoverage: number; // 0.15 weight
}| |passesThreshold|boolean| |failureReasons|string[]| |suggestions|string[]` |
Was this page helpful?