repair_hints
When build123d code execution fails, this tool analyzes the error message and returns specific fix suggestions for common issues like Location syntax errors, missing .part, and degenerate boolean results.
Instructions
Given an error message from execute(), return targeted fix suggestions for common build123d mistakes: wrong Location syntax, missing .part, CadQuery idioms, blocked imports, degenerate boolean results, fillet edge selection, and more. Pass the full error string from execute() or last_error().
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error_text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |