find_candidates
Find similar user keywords from stored concepts using vector search to suggest candidates before storing new turns.
Instructions
Screening: find existing similar keywords (vector search). Call BEFORE store_turn.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top_n | No | Number of candidates (default 8) | |
| context | No | Context path (e.g. java/spring). Defaults to active context. | |
| keywords | Yes | Keywords from current turn to find similar candidates for |