-
Notifications
You must be signed in to change notification settings - Fork 2.9k
feat(vue): add useObject support for Vue #8493
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @tom-auger - thanks for sending your first pull request! It looks great to me!
I'm not super familiar with the UI parts of AI SDK yet, I'll reach out for a second set of eyes to make sure I'm not missing anything
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great pull request Tom, thank you! Congratulations on your first contribution to the AI SDK 💐
Background
Adds useObject support to the Vue package.
Summary
Manual Verification
Added an example page
use-object
to thenuxt-openai
example project to run and verify streaming objects works as expected.Tasks
pnpm changeset
in the project root)pnpm prettier-fix
in the project root)Related Issues
Fixes #2903