-
-
Notifications
You must be signed in to change notification settings - Fork 565
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
Co-authored-by: WB01676250 <[email protected]>
chore: sync feature to main branch
* docs(conversations): fix typo of group-sort demo * test(conversations): update demo snap
* refactor: Update ActionButton.tsx * test: add test case for disabled action button
* refactor: memo mergedContent * refactor: memo avatarNode * refactor: remove useDisplayData * refactor: memo bubble list item * refactor: add _key for MemoBubbleListItem --------- Co-authored-by: afc163 <[email protected]> Co-authored-by: Mickey <[email protected]>
* chore: sync .dumi files from ant-design * fix use hooks * fix link * fix lint * fix lint * fix code block button * fix code block button * update * update * update * Update components/bubble/index.en-US.md * update * useState => useRef * load lottie-web async
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 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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
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