Skip to content
1 min read · 37 words

Variable: listRetrievablesTool

ts
const listRetrievablesTool: Tool<SpooledJsonArtifact<unknown>>;

Defined in: batteries/tools/retrievables/index.ts:61

List every retrievable record currently held by the active execution context.

Remarks

Delegates to ctx.fetchRetrievables(). Returns a JSON-encoded array of retrievable records (id, content, trustTier, source, kind, score, createdAt, updatedAt).