Skip to content

CompilationResult

compiled: string;

The compiled structured markdown content.


compiledAt: Date;

Timestamp of compilation.


estimatedTokens: number;

Estimated token count of the compiled output.


hashes: Record<string, string>;

Content hashes for incremental recompilation.


sourceIds: string[];

Source document IDs that were included in this compilation.