Skip to content

QualityGate

reference
1 min readUpdated

Kind: Class

Source: atloria-monorepo/packages/doc-automation/src/v2/stages/stage-10-generation/quality-gate.ts

Methods

MethodSignatureReturns
evaluateevaluate(documents: GeneratedDocument[], plans: DocumentPlan[], entities: Entity[], sharedContext: string, retrievedContexts: Map<string, RetrievedContext>, moduleAreas: string[])Promise<QualityGateResult>

Where it refuses work

  • QualityGate stops the work with an early return when failed.length === 0 || !this.config.enabled.

Was this page helpful?

Download as PDF