UNPKG

@nomyx/assistant

Version:

A powerful assistant library and cli for your AI projects. works with Vertex AI (Claude and Gemini)

4 lines (3 loc) 193 B
import { Tool } from '../types/tool'; export declare function loadToolsFromFile(filePath: string): Promise<Tool[]>; export declare function loadToolFromJson(name: string, toolData: any): Tool;