UNPKG

@plastichub/osr-ai-tools

Version:

CLI and library for LLM tools

3 lines (2 loc) 123 B
import { IKBotTask } from '../../types'; export declare const tools: (target: string, options: IKBotTask) => Array<any>;