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.
Properties
Section titled “Properties”content
Section titled “content”content: string;Defined in: src/memory/extraction/types.ts:42
The textual content of the entry.
metadata?
Section titled “metadata?”optional metadata?: Record<string, JSONValue>;Defined in: src/memory/extraction/types.ts:44
Optional metadata to associate with the entry.