UNPKG

ai-utils.js

Version:

Build AI applications, chatbots, and agents with JavaScript and TypeScript.

5 lines (4 loc) 121 B
export declare class NoSuchToolError extends Error { readonly toolName: string; constructor(toolName: string); }