@promptbook/remote-client
Version:
Promptbook: Turn your company's scattered knowledge into AI ready books
13 lines (12 loc) • 441 B
TypeScript
import type { string_markdown } from '../../types/typeAliases';
/**
* 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;
/**
* TODO: [🧠][✌️] Make some Promptbook-native token system
*/