-
-
Notifications
You must be signed in to change notification settings - Fork 831
useXChat onRequest return message id #704
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: feature
Are you sure you want to change the base?
Conversation
The onRequest operation exposes the message ID, which facilitates external retrieval and processing of the corresponding message
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Bundle ReportBundle size has no change ✅ |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## feature #704 +/- ##
===========================================
+ Coverage 92.01% 92.22% +0.21%
===========================================
Files 67 66 -1
Lines 1491 1467 -24
Branches 403 394 -9
===========================================
- Hits 1372 1353 -19
+ Misses 119 114 -5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
本地分支先合并下feature吧 改动的文件太多了 |
当前改动需要同时变更docs,同时此改动目前看么有必要,这个id是在结束消息后返回的 其实在onSuccess中已经可以拿到这个数据了 |
The onRequest operation exposes the message ID, which facilitates external retrieval and processing of the corresponding message
中文版模板 / Chinese template
🤔 This is a ...
🔗 Related Issues
💡 Background and Solution
📝 Change Log