cascade_root
Given an ORDERED list of errors from a run (oldest first), find the TRUE root — the error that cascaded or shouldn't have been retried — not just the final symptom you see. E.g. a 429 that got retried and triggered a downstream 401: the root is the 429, not the 401. Each error can be a string or {error, retried, action}. Free, no token, no LLM.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| errors | Yes | ordered list (oldest first) of error strings or {error, retried:bool, action} objects |