Kind: Function
Source: atloria-monorepo/packages/doc-automation/src/v2/stages/stage-10-generation/generator.service.ts
Build human-readable structural feedback from a StructureScore. Used to construct the regeneration prompt when a doc fails the structure gate.
Signature
tsfunction buildStructuralFeedback(score: StructureScore): string
Parameters
| Name | Type |
|---|---|
score | StructureScore |
Returns: string
Was this page helpful?