query_mind
Answer questions by retrieving relevant entities and relationships from your personal knowledge graph, then using LLM reasoning to derive insights. Supports shallow and deep retrieval modes.
Instructions
Answer a question using your personal knowledge graph. Retrieves relevant entities and relationships, then uses the LLM to reason over them. Supports shallow (1-hop) and deep (2-hop) retrieval modes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | Retrieval depth: 'shallow' (1-hop, default) or 'deep' (2-hop with path reasoning) | |
| question | Yes | The question to answer from your knowledge graph |