Skip to content
1 min read · 28 words

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.