Replies: 4 comments
-
Could you elaborate on that, preferably with code examples? |
Beta Was this translation helpful? Give feedback.
-
Thanks for following up. cc @uhop |
Beta Was this translation helpful? Give feedback.
-
Here is my implementation, https://github.com/run-llama/llama-flow/blob/68f3c4e81ce605feb6615dfade33a84ce0f0a2a9/packages/core/src/core/stream.ts |
Beta Was this translation helpful? Give feedback.
-
First of all: I am not happy at all to support non-standard streams. Why didn't you implement a custom stream using standard ReadableStream API? What was wrong defining it in terms of The next version of |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a custom class that implement
AsyncIterator
protocol but in this library, it will throw errorBeta Was this translation helpful? Give feedback.
All reactions