Type Aliases

ContextSlot

Type Alias: ContextSlot

ContextSlot = "system-prompt" | "messages" | "tools"

Defined in: src/events/types.ts:9

EventMeta + shared event vocabulary.

Pattern: Domain-Driven Design value objects (Evans, 2003). Role: Shared vocabulary for the typed events in registry.ts. Emits: (types only — no runtime behavior here).

On this page