EU Parliament Monitor — API Documentation - v0.8.43
    Preparing search index...

    Result summary returned by generateArticle.

    interface GenerateResult {
        sourceMarkdownRelPath: string;
        writtenFiles: readonly string[];
        aggregated: AggregatedRun;
    }
    Index

    Properties

    sourceMarkdownRelPath: string

    Repo-relative path of the English source Markdown that was written.

    writtenFiles: readonly string[]

    Filenames written under outDir, relative to outDir.

    aggregated: AggregatedRun

    Metadata from aggregateAnalysisRun.