Skip to content
1 min read · 24 words

Variable: retrievableTools

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

Defined in: batteries/tools/retrievables/index.ts:246

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