UNPKG

@promptbook/remote-server

Version:

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

11 lines (10 loc) 477 B
import type { string_markdown } from '../../types/string_markdown'; /** * Function `humanizeAiText` will remove traces of AI text generation artifacts * * Note: [🔂] This function is idempotent. * Tip: If you want more control, look for other functions for example `humanizeAiTextEmdashed` exported `@promptbook/markdown-utils` * * @public exported from `@promptbook/markdown-utils` */ export declare function humanizeAiText(aiText: string_markdown): string_markdown;