Skip to main content

MemItResponse

@curiouslycory/memai-sdk


@curiouslycory/memai-sdk / MemItResponse

Type Alias: MemItResponse

MemItResponse = object

Defined in: types.ts:190

Response from the "Mem It" endpoint (MemClient.memIt).

See

Mem It API Documentation

Properties

operations

operations: MemItOperation[]

Defined in: types.ts:196

An array of operations performed by Mem as a result of the request.


request_id

request_id: string

Defined in: types.ts:192

A unique identifier for the API request.


status

status: string

Defined in: types.ts:194

The overall status of the request (e.g., 'completed').