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 ​
| Property | Type | Defined 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? | string | packages/server/src/execution-context.ts:61 |
tenantId? | string | packages/server/src/execution-context.ts:63 |
threadId? | string | packages/server/src/execution-context.ts:60 |
userId? | string | packages/server/src/execution-context.ts:62 |