Kind: Interface
Source: atloria-monorepo/packages/doc-automation/src/v2/stages/stage-10-generation/verifier-agent.service.ts
Properties
| Property | Type |
|---|---|
reports | VerificationReport[] |
correctedDocuments | GeneratedDocument[] |
tokenUsage | TokenUsage[] |
stats | `{ |
totalDocuments: number; totalVerified: number; totalUnverified: number; totalCorrections: number; durationMs: number;
}` |
Was this page helpful?