UNPKG

@promptbook/browser

Version:

Promptbook: Turn your company's scattered knowledge into AI ready books

10 lines (9 loc) 254 B
/** * Normalizes message text for comparison * * @param text The message text to normalize * @returns The normalized message text * * @public exported from `@promptbook/utils` */ export declare function normalizeMessageText(text: string): string;