Replies: 3 comments 5 replies
-
It's a great idea. Small issue is that don't want to add any dependencies of external packages to the core library so this would have to be built as a separate library. It also seems the AI SDK is very simple to do we already support streaming which just needs to be integrated with RSC I don't see it doing much more. Also streaming is only useful for chat style apps not for building workflows where parsing the response requires the whole response. In short I'll a look I agree with you would be very useful |
Beta Was this translation helpful? Give feedback.
-
Yes, I don't see a problem with that. In order to be easier to contribute it can be another package in this monorepo.
You can check a demo of partial parsing here: https://partial.stream/ |
Beta Was this translation helpful? Give feedback.
-
Hi guys, do you think preparing monorepo with Should it be part of this project or a completely separate one? |
Beta Was this translation helpful? Give feedback.
-
Hi! First, amazing work of porting to TypeScript.
I was thinking, since the AI SDK seems like the most advanced and "the most common way" to stream LLMs in TypeScript, in particular in the Frontend or BFF, I think it would be very valuable to have some kind of integration with it.
How would that look like?
Beta Was this translation helpful? Give feedback.
All reactions