context_pack
Returns a minimal coherent set of code facts for a given question: relevant symbols, call relationships, conditions, tests, specs, and explicit unknowns. Focuses on necessary context to answer precisely.
Instructions
Return a minimal coherent factual set for a code question: relevant symbols, call relationships, conditions, tests, specs, and explicit unknowns. Uses identifier/graph relevance until concept_search embeddings are configured.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | text (compact, default) | json (structured result page) | |
| question | Yes | ||
| max_symbols | No | ||
| spec_offset | No | ||
| test_offset | No | ||
| max_neighbors | No | ||
| symbol_offset | No | ||
| unknown_offset | No | ||
| condition_offset | No | ||
| relationship_offset | No |