UNPKG

@promptbook/remote-server

Version:

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

11 lines (10 loc) 380 B
import type { chococake } from '../utils/organization/really_any'; /** * This error type indicates that somewhere in the code non-Error object was thrown and it was wrapped into the `WrappedError` * * @public exported from `@promptbook/core` */ export declare class WrappedError extends Error { readonly name = "WrappedError"; constructor(whatWasThrown: chococake); }