gaps
Surface frequently asked queries that receive poor answers, enabling identification of knowledge gaps and proactive improvement.
Instructions
Surface knowledge gaps — frequently-asked, poorly-answered queries (v0.9.0 engine demand log).
The substrate logs every recall and tracks how often each query is asked
what top scores it surfaces.
knowledge_gaps()returns the queries that are asked often but answered poorly — the substrate's "known unknowns". Use this to drive proactive learning: when the agent sees a gap, it can ask the user, fetch info, or note the limitation.
Args: min_count: Only surface queries asked at least this many times. max_avg_top_score: Only surface queries whose best recall score averages below this (lower = poorer answer). limit: Max gaps to return.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| min_count | No | ||
| max_avg_top_score | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |