Variable: retrievableTools
ts
const retrievableTools: readonly [
Tool<SpooledJsonArtifact<unknown>>,
Tool<SpooledJsonArtifact<unknown>>,
Tool<SpooledJsonArtifact<unknown>>,
Tool<SpooledJsonArtifact<unknown>>,
];Defined in: src/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.