repair_hints
Analyzes error messages from build123d execute() to provide targeted fix suggestions for common mistakes like wrong Location syntax, 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 |