find_related
Searches for documentation related to a given topic by using similarity matching to find relevant files in a directory.
Instructions
Hunts for documentation related to a specific topic, pattern, or concept. Uses similarity matching to find docs that cover the same domain.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dirPath | Yes | The absolute path to the local directory to search. | |
| topic | Yes | Topic or concept to find related docs for. | |
| threshold | No | Optional. Similarity threshold 0-1 (default: 0.7). |