UNPKG

@promptbook/remote-server

Version:

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

7 lines (6 loc) 252 B
/** * Appends one text block to existing file content while preserving readable newlines. * * @private function of `initializeCoderProjectConfiguration` */ export declare function appendBlock(currentContent: string, blockToAppend: string): string;