Variables
INJECTION_KEYS
Variable: INJECTION_KEYS
constINJECTION_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
readonlyMESSAGES:"messagesInjections"='messagesInjections'
SYSTEM_PROMPT
readonlySYSTEM_PROMPT:"systemPromptInjections"='systemPromptInjections'
TOOLS
readonlyTOOLS:"toolsInjections"='toolsInjections'
