Variables

INJECTION_KEYS

Variable: INJECTION_KEYS

const INJECTION_KEYS: object

Defined in: src/conventions.ts:322

Scope-key convention for context injections.

Each slot subflow writes its injections to a well-known scope key. ContextRecorder observes writes to these keys to emit context.injected events. Builders that mount slot subflows MUST write injections to the corresponding key; this is the data-level contract between builder and recorder.

Type Declaration

MESSAGES

readonly MESSAGES: "messagesInjections" = 'messagesInjections'

SYSTEM_PROMPT

readonly SYSTEM_PROMPT: "systemPromptInjections" = 'systemPromptInjections'

TOOLS

readonly TOOLS: "toolsInjections" = 'toolsInjections'

On this page