UNPKG

@promptbook/remote-client

Version:

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

8 lines (7 loc) 307 B
/** * Converts encoded whitespace markers back into real whitespace so the UI can render the message * exactly as it was generated. * * @private internal mechanism for chat stream whitespace encoding/decoding */ export declare function decodeChatStreamWhitespaceFromTransport(content: string): string;