update_stage_model
Change the default LLM model for a pipeline stage, using the stage and model name to apply and persist the update immediately.
Instructions
Change the default LLM model for a pipeline stage.
The model must exist in the catalog. Changes are applied immediately
(in-memory) and persisted to config/default.toml.
Args:
stage: Pipeline stage — "extraction", "reasoning", or "matching".
model_name: Name of a model from the catalog (e.g. "claude-opus-4-6", "gpt-5.4").
Returns:
Confirmation of the change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stage | Yes | ||
| model_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |