KarovInal
Results
1
comments of
KarovInal
@fmarcheski You can resolve this issue by using `experimental_transform` with a custom `TransformStream` instance. This approach works with version `[email protected]`: ```ts const persistentMessageId = (): StreamTextTransform => { let initMessageId:...