ExtractorContext
Defined in: src/memory/extraction/types.ts:54
Context passed to Extractor.extract.
Lets the manager hand an extractor a fallback model without the extractor having to be wired to the agent directly. ModelExtractor uses its own configured model when set, else defaultModel.
Properties
Section titled “Properties”defaultModel?
Section titled “defaultModel?”optional defaultModel?: Model;Defined in: src/memory/extraction/types.ts:56
The agent’s model, supplied so an extractor can default to it.