Variable: removeStandingInstructionTool
ts
const removeStandingInstructionTool: Tool<SpooledJsonArtifact<unknown>>;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.