@hashbrownai/core
Version:
Runtime helpers for Hashbrown AI
8 lines • 326 B
TypeScript
import { Frame } from '../frames';
/**
* Converts an async generator of frames into the length-prefixed format used by Hashbrown.
*
* @internal
*/
export declare function framesToLengthPrefixedStream(frames: AsyncGenerator<Frame>): ReadableStream<Uint8Array>;
//# sourceMappingURL=frames-to-length-prefixed-stream.d.ts.map