query_fact
Query a knowledge graph to retrieve facts about codebase entities such as APIs, functions, and classes. Filter by entity type for targeted searches.
Instructions
Query the knowledge graph for facts about entities (APIs, functions, classes, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The search query (e.g., 'User.findByEmail', 'JWT authentication') | |
| entity_type | No | Optional filter by entity type | |
| context | No | Additional context for the query |