get_related_symbols
Discover related code symbols through co-location, shared importers, and name similarity to aid exploration and understanding of code relationships.
Instructions
Find symbols related via co-location (same file), shared importers, and name similarity. Useful for discovering related code when exploring a symbol.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol_id | Yes | Symbol ID to find related symbols for | |
| max_results | No | Max results (default 20) |