@promptbook/remote-server
Version:
Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action
10 lines (9 loc) • 372 B
TypeScript
import type { string_markdown } from '../../types/string_markdown';
/**
* Function `promptbookifyAiText` will slightly modify the text so we know it was processed by Promptbook
*
* Note: [🔂] This function is idempotent.
*
* @public exported from `@promptbook/markdown-utils`
*/
export declare function promptbookifyAiText(text: string_markdown): string_markdown;