Skip to content

ema / @internals/db / SearchLongTermMemoriesRequest

Interface: SearchLongTermMemoriesRequest

Defined in: db/base.ts:522

Properties

actorId

ts
actorId: number;

Defined in: db/base.ts:526

The actor ID to filter long term memories by


index0?

ts
optional index0: string;

Defined in: db/base.ts:530

The 0-index to search, a.k.a. 一级分类


index1?

ts
optional index1: string;

Defined in: db/base.ts:534

The 1-index to search, a.k.a. 二级分类


keywords?

ts
optional keywords: string[];

Defined in: db/base.ts:538

The keywords to search


limit?

ts
optional limit: number;

Defined in: db/base.ts:542

The limit of the number of long term memories to return