UNPKG

@promptbook/node

Version:

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

5 lines (4 loc) 225 B
/** * Prints one live shell output chunk to the terminal when console mirroring is enabled. */ export declare function printLiveScriptChunk(chunk: string, source: 'stdout' | 'stderr', shouldPrintLiveOutput: boolean): void;