diagnose_batch
Diagnose SEVERAL traces in one call (up to 20). Each trace is metered like a separate diagnose_trace. Returns a verdicts array (per-trace, order preserved); a bad trace in the batch is isolated and doesn't fail the rest. Use for post-run analysis of many failures at once instead of N round-trips.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| traces | Yes | array of trace objects (max 20) |