Pipeline-level LLM-options surface threaded through every LLM
stage by the ingestion-pipeline factories.
defaults applies to all LLM stages in the pipeline that don't
have a per-stage entry under overrides. A stage's internal
default still takes effect for any knob neither defaults nor
overrides sets.
overrides is keyed by stage id (STAGE_IDS.segmentation,
STAGE_IDS.claimMentionExtraction, etc.). v1 has only one LLM
stage and uses the id "parse-argument".
Pipeline-level LLM-options surface threaded through every LLM stage by the ingestion-pipeline factories.
defaultsapplies to all LLM stages in the pipeline that don't have a per-stage entry underoverrides. A stage's internal default still takes effect for any knob neitherdefaultsnoroverridessets.overridesis keyed by stage id (STAGE_IDS.segmentation,STAGE_IDS.claimMentionExtraction, etc.). v1 has only one LLM stage and uses the id"parse-argument".