Skip to content

MegaFilePhaseExtractionResult

reference
1 min readUpdated

Kind: Interface

Source: atloria-monorepo/packages/doc-automation/src/v2/types/mega-file.types.ts

Result of mega-file phase extraction

Properties

PropertyType
filePathstring
phases`Array<{
phase: MegaFilePhase;
extractedContent: string;
tokenCount: number;
entityCount: number;
success: boolean;
error?: string;

}>| |totalTokens|number| |coveragePercent|number` |

Was this page helpful?

Download as PDF