Builds the claim-canonicalization stage for the supplied
extension. The stage's outputSchema carries the extension's
per-claim fields, so the LLM's structured-output schema matches the
extension's claim shape (e.g. for basics: a discriminated union
over type).
options overrides the stage's internal defaults
(CLAIM_CANONICALIZATION_STAGE_DEFAULTS). Threaded through by
createScholarPipeline per its TIngestionLlmOptions surface.
Builds the
claim-canonicalizationstage for the supplied extension. The stage'soutputSchemacarries the extension's per-claim fields, so the LLM's structured-output schema matches the extension's claim shape (e.g. forbasics: a discriminated union overtype).optionsoverrides the stage's internal defaults (CLAIM_CANONICALIZATION_STAGE_DEFAULTS). Threaded through bycreateScholarPipelineper itsTIngestionLlmOptionssurface.