Kind: Class
Source: atloria-monorepo/packages/doc-automation/src/v2/stages/stage-10-generation/knowledge-classifier.ts
Methods
| Method | Signature | Returns |
|---|---|---|
classify | classify(doc: GeneratedDocument, meta: DocClassificationMeta) | KnowledgeEntry[] |
Where it refuses work
KnowledgeClassifierstops the work with an early return when!doc.content || doc.sections.length === 0.
Was this page helpful?