Kind: Function
Source: atloria-monorepo/packages/doc-automation/src/v2/stages/stage-10-generation/doc-type-classifier.ts
Classify a DocumentPlan into a doc type using score-based heuristics.
Signature
tsfunction classifyDocType(plan: DocumentPlan, categoryName: string): DocTypeClassification
Parameters
| Name | Type |
|---|---|
plan | DocumentPlan |
categoryName | string |
Returns: DocTypeClassification
Was this page helpful?