find_similar_logic
Identify functions or classes with similar behavioral patterns using logic embeddings, regardless of naming conventions. Returns similarity scores for finding comparable implementations.
Instructions
Find entities with similar behavioral patterns — uses logic embeddings to find functions/classes that do similar things regardless of naming. Returns similarity scores. Use when asked 'what other functions do the same thing', 'find similar implementations', or 'what behaves like X'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Entity name to compare against | |
| top_k | No | Max similar entities to return (default: 5) |