edict_explain
Analyzes structured compiler errors to provide repair context: identifies pipeline stage, field metadata, example ASTs, and suggests repair strategies.
Instructions
Given a structured error, returns enriched repair context: pipeline stage, field metadata, example ASTs, and repair strategy.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | Yes | A structured error object from the compiler (must have an 'error' discriminator field) |