Skip to content
1 min read · 34 words

Variable: listRetrievablesTool

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

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).