find_definitions
Find where a class or function is defined in your code. Get file path, line number, and docstring.
Instructions
Finds where a class or function is defined. Returns file path, line number, and docstring.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |