Skip to content
1 min read · 124 words

Interface: ToRetrievableOptions

Defined in: batteries/tools/web_retrieval/index.ts:53

Options common to every converter.

Extended by

Properties

PropertyTypeDescriptionDefined in
idPrefix?stringPrefix for the stable, hashed record id (namespacing across sources).batteries/tools/web_retrieval/index.ts:62
kind?stringSemantic kind label, e.g. 'web-search-result', 'web-article', 'web-links'.batteries/tools/web_retrieval/index.ts:60
spool?SpoolHookOptional reader-backed-artifact hook for large content. See SpoolHook.batteries/tools/web_retrieval/index.ts:64
trustTier?RetrievableTrustTierTrust tier for the produced records. Default 'third-party-public' (web content is third-party by definition — this is a constant, not URL inference).batteries/tools/web_retrieval/index.ts:58