validate_tonel_smalltalk
Validate Tonel formatted Smalltalk source code by passing the file content as a string. Optionally, skip method body validation to check only structural integrity.
Instructions
Validate Tonel formatted Smalltalk source code from content string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_content | Yes | The Tonel file content as a string | |
| options | No | Optional validation options - without-method-body: If true, only validates tonel structure |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||