Skip to content
1 min read · 38 words

Variable: deleteMemoryTool

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

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

Remarks

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