Kind: Interface
Source: atloria-monorepo/packages/doc-automation/src/v2/types/mega-file.types.ts
Result of mega-file phase extraction
Properties
| Property | Type |
|---|---|
filePath | string |
phases | `Array<{ |
phase: MegaFilePhase; extractedContent: string; tokenCount: number; entityCount: number; success: boolean; error?: string;
}>| |totalTokens|number| |coveragePercent|number` |
Was this page helpful?