Variable: removeStandingInstructionTool
ts
const removeStandingInstructionTool: Tool<SpooledJsonArtifact<unknown>>;Defined in: batteries/tools/standing_instructions/index.ts:96
Remove an existing standing instruction by its content string.
Remarks
Delegates to ctx.deleteStandingInstruction(content). Idempotent — succeeds even when no matching instruction is currently present.