/** * This file was auto-generated by Fern from our API Definition. */ /** * @example * {} */ export interface MemoryGetRequest { /** * The number of most recent memory entries to retrieve. */ lastn?: number; /** * The minimum rating by which to filter facts */ minRating?: number; }