UNPKG

@promptbook/node

Version:

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

5 lines (4 loc) 165 B
/** * Formats one unknown error-like value into readable text for logs and feedback. */ export declare function formatUnknownErrorDetails(error: unknown): string;