Skip to content
1 min read · 38 words

Variable: deleteRetrievableTool

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

Remove an existing @nhtio/adk!Retrievable by id.

Remarks

Delegates to ctx.deleteRetrievable(id). Returns { ok: true, id } on success regardless of whether a retrievable was actually present — deleteRetrievable is idempotent at the ADK level.