UNPKG

@promptbook/gemini

Version:

It's time for a paradigm shift. The future of software in plain English, French or Latin

10 lines (9 loc) 282 B
/** * This error type indicates that some tools are missing for pipeline execution or preparation * * @public exported from `@promptbook/core` */ export declare class MissingToolsError extends Error { readonly name = "MissingToolsError"; constructor(message: string); }