Skip to content

Conversation

fengdi
Copy link

@fengdi fengdi commented Apr 8, 2025

The onRequest operation exposes the message ID, which facilitates external retrieval and processing of the corresponding message

中文版模板 / Chinese template

🤔 This is a ...

  • ⭐️ Feature enhancement

🔗 Related Issues

💡 Background and Solution

  • The onRequest caller needs to get the current message id, so that the caller can find the corresponding message in messages and process it.

📝 Change Log

Update index.ts

Language Changelog
🇺🇸 English
🇨🇳 Chinese

The onRequest operation exposes the message ID, which facilitates external retrieval and processing of the corresponding message
Copy link
Contributor

coderabbitai bot commented Apr 8, 2025

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Contributor

github-actions bot commented Apr 8, 2025

Prepare preview

Copy link

codecov bot commented Apr 8, 2025

Bundle Report

Bundle size has no change ✅

Copy link

codecov bot commented Apr 8, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.22%. Comparing base (27d6505) to head (33a32c9).
Report is 1 commits behind head on feature.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@kimteayon
Copy link
Collaborator

本地分支先合并下feature吧 改动的文件太多了

@kimteayon
Copy link
Collaborator

当前改动需要同时变更docs,同时此改动目前看么有必要,这个id是在结束消息后返回的 其实在onSuccess中已经可以拿到这个数据了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants