UNPKG

@promptbook/remote-server

Version:

Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action

10 lines (9 loc) 262 B
/** * This error indicates that the pipeline collection cannot be properly loaded * * @public exported from `@promptbook/core` */ export declare class CollectionError extends Error { readonly name = "CollectionError"; constructor(message: string); }