UNPKG

@promptbook/remote-server

Version:

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

7 lines (6 loc) 232 B
/** * Reads one text file when it exists, otherwise returns `undefined`. * * @private function of `initializeCoderProjectConfiguration` */ export declare function readTextFileIfExists(path: string): Promise<string | undefined>;