code_indent_check
Check code indentation consistency across multiple languages to ensure proper formatting and avoid syntax errors.
Instructions
Check and validate code indentation consistency.
Parameters:
code — Source code to check indentation of.
language — Programming language (default: 'python').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | ||
| language | No | python |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |