SimpleRetrievalParams

Parameters for simple (non-similarity search) retrieval.

Fields
pageSize integer

Optional. The maximum number of memories to return. The service may return fewer than this value. If unspecified, at most 3 memories will be returned. The maximum value is 100; values above 100 will be coerced to 100.

pageToken string

Optional. A page token, received from a previous RetrieveMemories call. Provide this to retrieve the subsequent page.

JSON representation
{
  "pageSize": integer,
  "pageToken": string
}