Skip to content

uni-flow 公开 API(中文注解)


uni-flow 公开 API(中文注解) / MemoryEntry

Interface: MemoryEntry

Defined in: layer4/types.ts:10

检索/向量记忆中的一条条目(含可选相似度分)。

Properties

content

content: string

Defined in: layer4/types.ts:12


id

id: string

Defined in: layer4/types.ts:11


metadata?

optional metadata?: Record<string, unknown>

Defined in: layer4/types.ts:14


score?

optional score?: number

Defined in: layer4/types.ts:13

MIT Licensed