memory_context
Retrieve relevant memories for the current task within a character budget, respecting scope and validity. Use compact or full views to fit context limits.
Instructions
Get bounded reference memories for the current task, respecting scope and validity.
max_chars bounds the serialized memories array, not the small response wrapper. Whole records that do not fit are omitted; omitted_from_page reports how many, and returned_after_budget is how many survived. retrieval.returned is what retrieval found before the budget, so a record dropped for size is never reported as no hit.
view="full" (default) returns complete records. view="compact" keeps id, revision, title, content, scope, scope_id, type, validity, updated_at, confidence, importance and a deterministically extracted source summary; it never truncates the body and never invents missing provenance. source_summary keeps verification and epistemic_status unshortened, because a trailing caveat like "未逐项外部核实" must not be cut off. Use memory_history when full evidence is needed. Suggested startup read: view="compact", max_chars=6000, limit=8.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view | No | full | |
| max_chars | No | ||
| selection | Yes |