Skip to content

AIDK API Reference / aidk-kernel / KERNEL_CONTEXT_SYMBOL

Variable: KERNEL_CONTEXT_SYMBOL ​

ts
const KERNEL_CONTEXT_SYMBOL: typeof KERNEL_CONTEXT_SYMBOL;

Defined in: packages/kernel/src/context.ts:513

Symbol used to brand context objects for deterministic detection. This allows procedures to distinguish context from regular arguments.

Released under the MIT License.