rca_analysis_batch
Analyze multiple incidents in batch using a single RCA model to identify per-incident root causes and rank common root causes across incidents.
Instructions
Run RCA analysis over a batch of incidents using the same model. Returns a summary with per-incident results and cross-incident root cause ranking.
Args: params (BatchAnalysisInput): model_id, incidents (list of payload dicts, max 20)
Returns: str: JSON with per_incident results, cross_incident_ranking
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |