frontend
    Preparing search index...

    Variable memoryApiConst

    memoryApi: {
        exec: (
            command: "reset" | "log" | "next" | "flip",
            position?: number,
            config?: MemoryConfigInput,
        ) => Promise<MemoryResponse>;
    } = ...

    API client for the Memory /memory/exec endpoint.

    Type Declaration