UNPKG

@plastichub/osr-ai-tools

Version:

CLI and library for LLM tools

5 lines (4 loc) 248 B
import { IKBotTask } from '../../types'; export declare const mime: (file?: string) => any; export declare const fileToBase64: (filePath: string) => string | null; export declare const tools: (target: string, options: IKBotTask) => Array<any>;