Flattening Nested Streams in TypeScript
how to flatten this stream into one stream? I can't seem to integrate all of the outer error and context into the inner stream.
Stream.Stream<Stream.Stream<Uint8Array<ArrayBuffer>, AiError, never>, ChatError, Scope>