validate_tonel_smalltalk
Validate Smalltalk source code in Tonel format by providing file content. Ensure correct syntax and structure, with optional options to skip method body validation.
Instructions
Validate Tonel formatted Smalltalk source code from content string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| options | No | Optional validation options - without-method-body: If true, only validates tonel structure | |
| file_content | Yes | The Tonel file content as a string |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||