API Reference / chartBrief · function
Function: chartBrief()
function chartBrief(ctx, opts?): Brief;
Render an InterpretationContext as a compact, id-tagged Brief for an LLM to interpret and cite.
Parameters
| Parameter | Type | Description |
|---|---|---|
ctx | InterpretationContext | A projection from interpretationContext. |
opts | BriefOptions | Capping, kind filter, an optional Reading to fold in, and whether to prepend BRIEF_INSTRUCTIONS. |
Returns
The Brief: a ranked facts list and a ready prompt.