Interface: ToRetrievableOptions
Defined in: batteries/tools/web_retrieval/index.ts:53
Options common to every converter.
Extended by
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
idPrefix? | string | Prefix for the stable, hashed record id (namespacing across sources). | batteries/tools/web_retrieval/index.ts:62 |
kind? | string | Semantic kind label, e.g. 'web-search-result', 'web-article', 'web-links'. | batteries/tools/web_retrieval/index.ts:60 |
spool? | SpoolHook | Optional reader-backed-artifact hook for large content. See SpoolHook. | batteries/tools/web_retrieval/index.ts:64 |
trustTier? | RetrievableTrustTier | Trust 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 |