validate_code
Validate CFX Python scripts in a dry-run mode to catch parse, type, and semantic errors before execution.
Instructions
Dry-run / validate CFX Python without applying side effects. Returns parse / type / semantic feedback.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Python source code submitted for validation, grounding, or execution. |