You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be very nice if the AI-SDK would have something similar which would work on any framework.
This way all updates would be immediately available for react, vue and all at the same time and would simplify a ton development.
For the end user is then super simple to use their own useChat system to manage messages. Optionally you could still have your own useChat implementation for different frameworks, but users could still access all features using the core vanilla js client side library.
The text was updated successfully, but these errors were encountered:
Discussed in #3120
Originally posted by cosbgn September 26, 2024
OpenAI has this very nice client side abstraction which works with events like this:
It would be very nice if the AI-SDK would have something similar which would work on any framework.
This way all updates would be immediately available for react, vue and all at the same time and would simplify a ton development.
For the end user is then super simple to use their own useChat system to manage messages. Optionally you could still have your own useChat implementation for different frameworks, but users could still access all features using the core vanilla js client side library.
The text was updated successfully, but these errors were encountered: