set_stage_config
Persistently merge validated config overrides into a stage's baseline, affecting all subsequent run_stage and run_pipeline calls.
Instructions
Persistently merge config_overrides into stage_id's baseline config (validated before committing — an invalid override is rejected, not partially applied). Affects every subsequent run_stage call that omits config_override, and every run_pipeline call. For a one-off comparison that shouldn't persist, pass config_override to run_stage instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stage_id | Yes | ||
| config_overrides | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||