Skip to content

AIDK API Reference / aidk-server / StandardRequestBody

Interface: StandardRequestBody ​

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

Raw request body shape (our conventions). Apps with different conventions provide their own extractor.

Properties ​

PropertyTypeDefined in
messages?{ content: { [key: string]: unknown; imageUrl?: string; text?: string; type?: string; }[]; metadata?: Record<string, unknown>; role: string; }[]packages/server/src/execution-context.ts:50
metadata?Record<string, unknown>packages/server/src/execution-context.ts:64
sessionId?stringpackages/server/src/execution-context.ts:61
tenantId?stringpackages/server/src/execution-context.ts:63
threadId?stringpackages/server/src/execution-context.ts:60
userId?stringpackages/server/src/execution-context.ts:62

Released under the MIT License.