@promptbook/remote-server
Version:
Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action
8 lines (7 loc) • 337 B
TypeScript
/**
* Replaces whitespace characters inside a streamed chunk with special markers so the transport
* never emits content that would otherwise be treated as empty.
*
* @private internal mechanism for chat stream whitespace encoding/decoding
*/
export declare function encodeChatStreamWhitespaceForTransport(content: string): string;