Skip to content
1 min read · 23 words

Variable: standingInstructionTools

ts
const standingInstructionTools: readonly [
  Tool<SpooledJsonArtifact<unknown>>,
  Tool<SpooledJsonArtifact<unknown>>,
  Tool<SpooledJsonArtifact<unknown>>,
];

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

Convenience tuple of every standing-instruction tool. Spread into a @nhtio/adk!ToolRegistry to register the entire category at once.