get_pipeline_config
Retrieve the current pipeline configuration, including default models, fallback chains, and resilience settings for extraction, reasoning, and matching stages.
Instructions
Get the current pipeline configuration: stage models, fallback chains, and model catalog.
Returns a human-readable summary of:
- Default model for each pipeline stage (extraction, reasoning, matching)
- Fallback chain for each stage
- Available models in the catalog
- Resilience settings (retry, backoff)
No arguments needed. Call startup() first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |