proposit-core
    Preparing search index...

    Function createSegmentationStage

    • Build the segmentation stage with optional caller overrides. The pipeline factory threads TLlmStageOptionsOverride through this factory; standalone consumers can call it with no args to get the default-options stage.

      Parameters

      Returns TStage<
          {
              segments: {
                  segmentId: string;
                  span: { end: number; start: number };
                  text: string;
              }[];
          },
      >