MCPcopy Create free account
hub / github.com/OpenPipe/OpenPipe /

Class

client-libs/typescript/src/openai/streaming.ts:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import mergeChunks from "./mergeChunks";
6
7export class WrappedStream extends Stream<ChatCompletionChunk> {
8 openpipe: OpenPipeMeta;
9
10 private resolveReportingFinished: () => void = () => {};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected