Project Files
src / tools / index_image.d.ts
/**
* search_generations Tool
* Searches Draw Things generation history and returns structured results
*/
import { type Tool, type ToolsProviderController } from "@lmstudio/sdk";
export declare function createSearchGenerationsTool(ctl: ToolsProviderController): Tool;
//# sourceMappingURL=index_image.d.ts.map