| 5 | import mergeChunks from "./mergeChunks"; |
| 6 | |
| 7 | export class WrappedStream extends Stream<ChatCompletionChunk> { |
| 8 | openpipe: OpenPipeMeta; |
| 9 | |
| 10 | private resolveReportingFinished: () => void = () => {}; |
nothing calls this directly
no outgoing calls
no test coverage detected