UNPKG

@ddegtyarev/aws-tools

Version:

This project contains AWS API integration tools for use in Vertex AI SDK.

4 lines 270 B
export { generateChartFiles, generatePNGChart, generateSVGChart } from './chartUtils.js'; export declare const tools: import("./tool.js").Tool[]; export declare function invoke(toolName: string, input: any, config: any): Promise<any>; //# sourceMappingURL=index.d.ts.map