/** * Repair configuration for pi's seven built-in tools. * * The alias lists encode the field names open models actually emit — mostly * leakage from the tool contracts they were RL-trained on (Claude Code's * `file_path`/`old_string`/`new_string`, aider's `search`/`replace`, generic * `cmd`/`query`). Aliases only ever apply when the canonical field is missing * or undefined at a path the validator flagged, so valid calls never pay for * this table. */ import type { Preprocessor } from "./preprocess.ts"; import type { ToolRepairConfig } from "./repair-engine.ts"; export declare const REPAIR_CONFIGS: Record; /** Selector-based configuration used by the public pipeline and extension. */ export declare const PIPELINE_PREPROCESSORS: Record; //# sourceMappingURL=tables.d.ts.map