-
Notifications
You must be signed in to change notification settings - Fork 278
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
feat: add support for ai generated messages #2570
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2570 +/- ##
==========================================
- Coverage 83.23% 82.95% -0.28%
==========================================
Files 439 445 +6
Lines 9142 9223 +81
Branches 2237 2254 +17
==========================================
+ Hits 7609 7651 +42
- Misses 1205 1239 +34
- Partials 328 333 +5 ☔ View full report in Codecov by Sentry. |
Size Change: +7.81 kB (+0.67%) Total Size: 1.17 MB
ℹ️ View Unchanged
|
## [12.7.0](v12.6.2...v12.7.0) (2024-12-04) ### Features * add support for ai generated messages ([#2570](#2570)) ([fb1bfdd](fb1bfdd))
🎉 This PR is included in version 12.7.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Submit a pull request
🎯 Goal
This PR implements a PoC of the AI feature being developed across all SDKs.
This includes:
The CSS Library PR can be found here.
Note: The// @ts-ignore
statements are there to account for the non-existing events in the low level client. Whenever this PR gets merged on there, I'll move the state of the AI indicator down to the client and handle the state in there. Also, the names of the events are going to change (probably tomorrow). That's the reason why this isn't in the LLC yet.Unfortunately I ran out of time before being able to move the state to the LLC. For now, it'll stay within the SDK and we can move it down as a next step immediately after this.
🛠 Implementation details
Provide a description of the implementation
🎨 UI Changes
Add relevant screenshots