Skip to content

ExtractionResult

Defined in: src/memory/extraction/types.ts:40

A discrete entry produced by an Extractor, ready to be written to a store via its add.

content: string;

Defined in: src/memory/extraction/types.ts:42

The textual content of the entry.


optional metadata?: Record<string, JSONValue>;

Defined in: src/memory/extraction/types.ts:44

Optional metadata to associate with the entry.