Skip to content

ConsistencyChecker

reference
1 min readUpdated

Kind: Class

Source: atloria-monorepo/packages/doc-automation/src/v2/stages/stage-11-verification/consistency-checker.ts

ConsistencyChecker - Checks consistency across all documents

After individual document verification, this checker reviews all documents together to catch inconsistencies that wouldn't be visible when looking at documents in isolation.

Methods

MethodSignatureReturns
checkcheck(documents: GeneratedDocument[])ConsistencyReport

Where it refuses work

  • ConsistencyChecker stops the work with an early return when similarity > 0.6.

Was this page helpful?

Download as PDF