-
Notifications
You must be signed in to change notification settings - Fork 2.7k
feat(core)!: v1 messages #8841
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: v1
Are you sure you want to change the base?
feat(core)!: v1 messages #8841
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
- adds a `Message` interface that all existing message classes implement - adds a `MessageStructure` interface that determines the output of `content` - deprecates the `isXMessage` guards and replaces them with `XMessage.isInstance` static methods
post alpha continuation of #8669