Find where a symbol is defined
find_symbolLocate a function, class, or method's definition by name. Accepts qualified names, falls back to substring matching.
Instructions
Locate the definition of a function, class or method by name. Accepts a bare name (fetch_info) or a qualified one (MarketData.fetch_info), and falls back to substring matching.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | ||
| name | Yes | Symbol name to look up | |
| repo | No |