Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/memory / / PartialContextLocalePack
Interface: PartialContextLocalePack
Defined in: packages/memory/src/context-engine/locale-packs/types.ts:123
Builder used by application code that wants to ship a custom locale pack. The builder freezes every input so the pack can be safely reused across multiple Memory instances without accidental mutation.
Partial packs are accepted: any field omitted falls back to the English default at compose time, with a one-time WARN per locale per missing surface (the safety guarantee is preserved even when an operator installs a partial locale pack).
Stable
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
autoRecallTriggers? | readonly | Partial<AutoRecallTriggers> | packages/memory/src/context-engine/locale-packs/types.ts:126 |
baseTemplate? | readonly | Partial<BaseTemplateFragments> | packages/memory/src/context-engine/locale-packs/types.ts:125 |
compactionSummaryTemplate? | readonly | Partial<CompactionSummaryTemplate> | packages/memory/src/context-engine/locale-packs/types.ts:128 |
id | readonly | string | packages/memory/src/context-engine/locale-packs/types.ts:124 |
inboundSanitizationPreamble? | readonly | Partial<InboundSanitizationPreamble> | packages/memory/src/context-engine/locale-packs/types.ts:127 |