get_class_comment
Retrieve the documentation comment for a specified Pharo class to understand its purpose and usage within the Smalltalk environment.
Instructions
Get the comment of a Pharo class.
Args:
class_name: The name of the class to get the comment for
Returns:
The class comment
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| class_name | Yes |