proposit-core
    Preparing search index...

    Type Alias TFinalizeResponseV2Input

    type TFinalizeResponseV2Input = {
        ctx: TStageContext;
        extension: TIngestionExtension;
        mentions?: TClaimMentionExtractionOutput;
        segmentation?: TSegmentationOutput;
    }
    Index

    Properties

    segmentation?: TSegmentationOutput

    Segmentation + mention outputs, supplied by the caller rather than read from ctx, because not every pipeline has these stages — ctx.get on a stage outside finalize.dependsOn is a configuration error, and declaring a dep on a stage the pipeline does not contain is another. Passing them keeps the declaration and the read in the same file, per pipeline. Omit both and claims carry no source anchors; premises are unaffected either way.