Skip to content
1 min read · 50 words

Variable: addStandingInstructionTool

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

Defined in: batteries/tools/standing_instructions/index.ts:67

Add a new standing instruction to the active execution context.

Remarks

Delegates to ctx.storeStandingInstruction(content). Standing instructions are stored as a Set — adding the same content twice is a no-op at the local level, though the consumer's persistence callback may interpret it differently.