rca_analysis_run
Execute root cause analysis on a registered model with a family-specific payload to receive ranked root causes, confidence, and an explanatory narrative.
Instructions
Execute an RCA analysis using a registered model and return ranked root causes.
This is the primary analysis entry point. Supply the model_id and a family-specific payload dict. Results include ranked root_causes, confidence, narrative explanation, and raw model output.
Args: params (RunAnalysisInput): model_id, payload, save, tags
Returns: str: JSON RCAResult with root_causes, confidence_overall, explanation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |