Skip to content

AIDK API Reference / aidk-server / AIDK_CONTEXT_KEY

Variable: AIDK_CONTEXT_KEY ​

ts
const AIDK_CONTEXT_KEY: typeof AIDK_CONTEXT_KEY;

Defined in: packages/server/src/execution-context.ts:264

Symbol key for storing AIDK context on request objects. Using a symbol prevents collisions with other properties.

Released under the MIT License.