Skip to content

AIDK API Reference / aidk-server / RequestWithContext

Interface: RequestWithContext ​

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

Generic request-like object that can have context attached. Works with Express, Fastify, Koa, NestJS, etc.

Properties ​

PropertyTypeDefined in
[AIDK_CONTEXT_KEY]?RequestContextpackages/server/src/execution-context.ts:271

Released under the MIT License.