get_class_comment
Retrieve the comment of a Smalltalk class using its class name. Returns the comment on success or an error message.
Instructions
Get the comment of a Smalltalk class.
Args: class_name: The name of the class to retrieve comment for
Returns: dict: API response with success/error and result - Success: {"success": True, "result": str} - result contains the class comment - Error: {"success": False, "error": str} - error contains error message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| class_name | Yes | The name of the class to retrieve comment for |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||