update_fallback_chain
Set the fallback chain for a pipeline stage to specify which models to try when the primary model fails.
Instructions
Set the fallback chain for a pipeline stage.
When the primary model fails (after retries), the system tries each
fallback in order. All models must exist in the catalog.
Args:
stage: Pipeline stage — "extraction", "reasoning", or "matching".
models: Comma-separated model names in fallback order
(e.g. "gpt-5.4, minimax-m2.5"). Empty string clears the chain.
Returns:
Confirmation with the new chain.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stage | Yes | ||
| models | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |