-
-
Notifications
You must be signed in to change notification settings - Fork 755
docs(conversations): fix typo of group-sort demo #680
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
docs(conversations): fix typo of group-sort demo #680
Conversation
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (2)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including You can disable this status message by setting the 📝 WalkthroughWalkthrough此次更改主要调整了 Changes
建议审阅者
Poem
🪧 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 @@
## main #680 +/- ##
=======================================
Coverage 92.01% 92.01%
=======================================
Files 67 67
Lines 1491 1491
Branches 387 402 +15
=======================================
Hits 1372 1372
Misses 119 119 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
A concise update to the group-sort demo documentation to fix a typo in the default active conversation key.
- Updated the defaultActiveKey from "demo1" to "item1" in the Conversations component.
- This change aligns the demo configuration with the actual item keys used in the component.
Files not reviewed (2)
- components/conversations/tests/snapshots/demo-extend.test.ts.snap: Language not supported
- components/conversations/tests/snapshots/demo.test.ts.snap: Language not supported
Comments suppressed due to low confidence (1)
components/conversations/demo/group-sort.tsx:48
- Ensure that the defaultActiveKey 'item1' corresponds to an existing key in the items prop. This update fixes the typo, but it's important to confirm that 'item1' is valid and intentional.
<Conversations style={style} groupable={groupable} defaultActiveKey="item1" items={items} />
* docs: fix typo (#667) Co-authored-by: WB01676250 <[email protected]> * docs: changelog of 1.1.0 (#675) * docs(conversations): fix typo of group-sort demo (#680) * docs(conversations): fix typo of group-sort demo * test(conversations): update demo snap * refactor: Update ActionButton.tsx (#666) * refactor: Update ActionButton.tsx * test: add test case for disabled action button * refactor: Bubble.List re-render (#479) * 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 (#699) * 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 * fix: attachments image style fixed (#708) Co-authored-by: jiyang.hy <[email protected]> --------- Co-authored-by: xiangcai <[email protected]> Co-authored-by: WB01676250 <[email protected]> Co-authored-by: afc163 <[email protected]> Co-authored-by: wzc520pyfm <[email protected]> Co-authored-by: 🏎️ Imer <[email protected]> Co-authored-by: HongYang <[email protected]> Co-authored-by: jiyang.hy <[email protected]>
* docs: fix typo (#667) Co-authored-by: WB01676250 <[email protected]> * docs: changelog of 1.1.0 * docs: changelog of 1.1.0 (#675) * docs(conversations): fix typo of group-sort demo (#680) * docs(conversations): fix typo of group-sort demo * test(conversations): update demo snap * refactor: Update ActionButton.tsx (#666) * refactor: Update ActionButton.tsx * test: add test case for disabled action button * refactor: Bubble.List re-render (#479) * 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 (#699) * 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 * fix: useXAgent & useXChat stream error * feat: xAgent & xChat & xRequest * feat: xAgent & xChat & xRequest * docs: xAgent & xChat & xRequest * feat: x-request & useXChat & useXagent stream and message transform * docs: x-request & useXChat & useXagent stream and message transform * ts: x-request & useXChat & useXagent stream and message transform * docs: x-request & useXChat & useXagent stream and message transform * test: x-request & useXChat & useXagent stream and message transform * test: add use-x-chat test * test: add use-x-chat test --------- Co-authored-by: xiangcai <[email protected]> Co-authored-by: WB01676250 <[email protected]> Co-authored-by: afc163 <[email protected]> Co-authored-by: wzc520pyfm <[email protected]> Co-authored-by: 🏎️ Imer <[email protected]>
…s type (#725) * docs: fix typo (#667) Co-authored-by: WB01676250 <[email protected]> * docs: changelog of 1.1.0 * docs: changelog of 1.1.0 (#675) * docs(conversations): fix typo of group-sort demo (#680) * docs(conversations): fix typo of group-sort demo * test(conversations): update demo snap * refactor: Update ActionButton.tsx (#666) * refactor: Update ActionButton.tsx * test: add test case for disabled action button * refactor: Bubble.List re-render (#479) * 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 (#699) * 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 * fix: useXAgent & useXChat stream error * feat: xAgent & xChat & xRequest * feat: xAgent & xChat & xRequest * docs: xAgent & xChat & xRequest * feat: x-request & useXChat & useXagent stream and message transform * docs: x-request & useXChat & useXagent stream and message transform * ts: x-request & useXChat & useXagent stream and message transform * docs: x-request & useXChat & useXagent stream and message transform * test: x-request & useXChat & useXagent stream and message transform * test: add use-x-chat test * test: add use-x-chat test * feat: fix useXAgent's RequestFn onSuccess typeand update useXChat * feat: fix useXAgent's RequestFn onSuccess typeand update useXChat * feat: fix useXAgent's RequestFn onSuccess typeand update useXChat * feat: fix useXAgent's RequestFn onSuccess typeand update useXChat * feat: fix useXAgent's RequestFn onSuccess typeand update useXChat * test: useXChat * test: useXChat * fix: type of OutputType * fix: use-x-chat * fix: use-x-chat * fix: use-x-chat * fix: chunks is empty --------- Co-authored-by: xiangcai <[email protected]> Co-authored-by: WB01676250 <[email protected]> Co-authored-by: afc163 <[email protected]> Co-authored-by: wzc520pyfm <[email protected]> Co-authored-by: 🏎️ Imer <[email protected]>
* feat: add conversations's menu trigger * feat: add conversations's menu trigger * feat: add conversations's menu trigger * feat: add conversations's menu trigger * feat: add conversations's menu trigger * feat: add conversations's menu trigger * test: add conversations's menu trigger * feat: add conversations's menu trigger * feat: add conversations's menu trigger * test: add conversations's menu trigger * test: add conversations's menu trigger * test: add conversations's menu trigger * docs: add conversations's menu trigger * feat: add conversations's menu trigger * test: add conversations's menu trigger * test: add conversations's menu trigger * test: conversations's menu trigger * feat: add new conversations menu trigger * feat: add new conversations menu trigger * feat: add new conversations menu trigger * feat: add new conversations menu trigger * feat: add new conversations menu trigger * feat: add new conversations menu trigger * feat: add new conversations menu trigger * feat: add new conversations menu trigger * docs: fix typo (#667) Co-authored-by: WB01676250 <[email protected]> * docs: changelog of 1.1.0 (#675) * docs(conversations): fix typo of group-sort demo (#680) * docs(conversations): fix typo of group-sort demo * test(conversations): update demo snap * refactor: Update ActionButton.tsx (#666) * refactor: Update ActionButton.tsx * test: add test case for disabled action button * refactor: Bubble.List re-render (#479) * 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 (#699) * 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 * fix: attachments image style fixed (#708) Co-authored-by: jiyang.hy <[email protected]> * fix: passing Conversations menu.getPopupContainer to Dropdown (#698) Co-authored-by: afc163 <[email protected]> * fix: thought-chain collapsible not work (#720) * docs: Contributing fix * ci: update snap * test: where is wrong of happy-dom xmlnsXlink * 📝 Change codesandbox link change codesandbox link of AntDesignX * ✅ Chore: updaye happy-dom -m 更新 happy-dom * ✅ Chore: updaye happy-dom -m 更新 happy-dom * test: update snap * delete:bun.lockb * test: 更新snap * chore: delete bun.lock * chore: delete bun.lock * Update package.json * Update .gitignore * Update package.json * 📝docs: changelog of 1.0.6 * 📝docs: changelog of 1.0.6 * 📝docs: changelog of 1.0.6 * 📝docs: changelog of 1.0.6 * 📝 Docs: 更新Attachments文档 docs: 更新Attachments文档 * feat: Add custom actions for conversations * test: Add custom actions for conversations * fix: Add custom actions for conversations * docs:fix attachments docs error * feat: add conversations's menuprops icon * fix: thought-chain collapsible not work * fix: thought-chain collapsible not work * fix: thought-chain collapsible not work * fix: thought-chain collapsible not work * fix: thought-chain collapsible not work --------- Co-authored-by: afc163 <[email protected]> * chore: create pr-auto-merge.yml (#716) * fix: bubble list scrollbar style (#727) * fix: Converstations css ul,li (#726) * chore: Update release-x.yml (#686) * docs: change the menu version from antd to antdx (#728) * docs: make the contributing's bus jump link right * docs: version of version * docs: version of antdx * docs: changelog of 1.1.1 (#729) * docs: make the contributing's bus jump link right * docs: version of version * docs: version of antdx * docs: changelog of 1.1.1 * docs: changelog of 1.1.1 * docs: changelog of 1.1.1 * docs: changelog of 1.1.1 * docs: changelog of 1.1.1 * fix: sender header overflow (#732) * chore: Update release-x.yml (#730) * fix: useXAgent & x-request's XRequestOptions chenge (#736) * docs: Contributing fix * ci: update snap * test: where is wrong of happy-dom xmlnsXlink * 📝 Change codesandbox link change codesandbox link of AntDesignX * ✅ Chore: updaye happy-dom -m 更新 happy-dom * ✅ Chore: updaye happy-dom -m 更新 happy-dom * test: update snap * delete:bun.lockb * test: 更新snap * chore: delete bun.lock * chore: delete bun.lock * Update package.json * Update .gitignore * Update package.json * 📝docs: changelog of 1.0.6 * 📝docs: changelog of 1.0.6 * 📝docs: changelog of 1.0.6 * 📝docs: changelog of 1.0.6 * 📝 Docs: 更新Attachments文档 docs: 更新Attachments文档 * feat: Add custom actions for conversations * test: Add custom actions for conversations * fix: Add custom actions for conversations * docs:fix attachments docs error * feat: add conversations's menuprops icon * fix: thought-chain collapsible not work * fix: thought-chain collapsible not work * fix: thought-chain collapsible not work * fix: thought-chain collapsible not work * fix: thought-chain collapsible not work * docs: add x-request demo for request options * test: x-request * docs: x-request request-options * fix: type of OutputType * fix: use-x-chat * fix: use-x-chat * fix: useXAgent & x-request's XRequestOptions chenge * fix: useXAgent & x-request's XRequestOptions chenge * fix: useXAgent & x-request's XRequestOptions chenge * fix: useXAgent & x-request's XRequestOptions chenge --------- Co-authored-by: afc163 <[email protected]> * chore: sync main to feature branch * test: add test of thought-chain hool --------- Co-authored-by: xiangcai <[email protected]> Co-authored-by: WB01676250 <[email protected]> Co-authored-by: afc163 <[email protected]> Co-authored-by: wzc520pyfm <[email protected]> Co-authored-by: 🏎️ Imer <[email protected]> Co-authored-by: HongYang <[email protected]> Co-authored-by: jiyang.hy <[email protected]> Co-authored-by: yuxuan-ctrl <[email protected]> Co-authored-by: Bao <[email protected]>
* docs(conversations): fix typo of group-sort demo * test(conversations): update demo snap
* docs: fix typo (ant-design#667) Co-authored-by: WB01676250 <[email protected]> * docs: changelog of 1.1.0 (ant-design#675) * docs(conversations): fix typo of group-sort demo (ant-design#680) * docs(conversations): fix typo of group-sort demo * test(conversations): update demo snap * refactor: Update ActionButton.tsx (ant-design#666) * refactor: Update ActionButton.tsx * test: add test case for disabled action button * refactor: Bubble.List re-render (ant-design#479) * 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 (ant-design#699) * 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 * fix: attachments image style fixed (ant-design#708) Co-authored-by: jiyang.hy <[email protected]> --------- Co-authored-by: xiangcai <[email protected]> Co-authored-by: WB01676250 <[email protected]> Co-authored-by: afc163 <[email protected]> Co-authored-by: wzc520pyfm <[email protected]> Co-authored-by: 🏎️ Imer <[email protected]> Co-authored-by: HongYang <[email protected]> Co-authored-by: jiyang.hy <[email protected]>
…sign#711) * docs: fix typo (ant-design#667) Co-authored-by: WB01676250 <[email protected]> * docs: changelog of 1.1.0 * docs: changelog of 1.1.0 (ant-design#675) * docs(conversations): fix typo of group-sort demo (ant-design#680) * docs(conversations): fix typo of group-sort demo * test(conversations): update demo snap * refactor: Update ActionButton.tsx (ant-design#666) * refactor: Update ActionButton.tsx * test: add test case for disabled action button * refactor: Bubble.List re-render (ant-design#479) * 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 (ant-design#699) * 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 * fix: useXAgent & useXChat stream error * feat: xAgent & xChat & xRequest * feat: xAgent & xChat & xRequest * docs: xAgent & xChat & xRequest * feat: x-request & useXChat & useXagent stream and message transform * docs: x-request & useXChat & useXagent stream and message transform * ts: x-request & useXChat & useXagent stream and message transform * docs: x-request & useXChat & useXagent stream and message transform * test: x-request & useXChat & useXagent stream and message transform * test: add use-x-chat test * test: add use-x-chat test --------- Co-authored-by: xiangcai <[email protected]> Co-authored-by: WB01676250 <[email protected]> Co-authored-by: afc163 <[email protected]> Co-authored-by: wzc520pyfm <[email protected]> Co-authored-by: 🏎️ Imer <[email protected]>
…s type (ant-design#725) * docs: fix typo (ant-design#667) Co-authored-by: WB01676250 <[email protected]> * docs: changelog of 1.1.0 * docs: changelog of 1.1.0 (ant-design#675) * docs(conversations): fix typo of group-sort demo (ant-design#680) * docs(conversations): fix typo of group-sort demo * test(conversations): update demo snap * refactor: Update ActionButton.tsx (ant-design#666) * refactor: Update ActionButton.tsx * test: add test case for disabled action button * refactor: Bubble.List re-render (ant-design#479) * 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 (ant-design#699) * 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 * fix: useXAgent & useXChat stream error * feat: xAgent & xChat & xRequest * feat: xAgent & xChat & xRequest * docs: xAgent & xChat & xRequest * feat: x-request & useXChat & useXagent stream and message transform * docs: x-request & useXChat & useXagent stream and message transform * ts: x-request & useXChat & useXagent stream and message transform * docs: x-request & useXChat & useXagent stream and message transform * test: x-request & useXChat & useXagent stream and message transform * test: add use-x-chat test * test: add use-x-chat test * feat: fix useXAgent's RequestFn onSuccess typeand update useXChat * feat: fix useXAgent's RequestFn onSuccess typeand update useXChat * feat: fix useXAgent's RequestFn onSuccess typeand update useXChat * feat: fix useXAgent's RequestFn onSuccess typeand update useXChat * feat: fix useXAgent's RequestFn onSuccess typeand update useXChat * test: useXChat * test: useXChat * fix: type of OutputType * fix: use-x-chat * fix: use-x-chat * fix: use-x-chat * fix: chunks is empty --------- Co-authored-by: xiangcai <[email protected]> Co-authored-by: WB01676250 <[email protected]> Co-authored-by: afc163 <[email protected]> Co-authored-by: wzc520pyfm <[email protected]> Co-authored-by: 🏎️ Imer <[email protected]>
* feat: add conversations's menu trigger * feat: add conversations's menu trigger * feat: add conversations's menu trigger * feat: add conversations's menu trigger * feat: add conversations's menu trigger * feat: add conversations's menu trigger * test: add conversations's menu trigger * feat: add conversations's menu trigger * feat: add conversations's menu trigger * test: add conversations's menu trigger * test: add conversations's menu trigger * test: add conversations's menu trigger * docs: add conversations's menu trigger * feat: add conversations's menu trigger * test: add conversations's menu trigger * test: add conversations's menu trigger * test: conversations's menu trigger * feat: add new conversations menu trigger * feat: add new conversations menu trigger * feat: add new conversations menu trigger * feat: add new conversations menu trigger * feat: add new conversations menu trigger * feat: add new conversations menu trigger * feat: add new conversations menu trigger * feat: add new conversations menu trigger * docs: fix typo (ant-design#667) Co-authored-by: WB01676250 <[email protected]> * docs: changelog of 1.1.0 (ant-design#675) * docs(conversations): fix typo of group-sort demo (ant-design#680) * docs(conversations): fix typo of group-sort demo * test(conversations): update demo snap * refactor: Update ActionButton.tsx (ant-design#666) * refactor: Update ActionButton.tsx * test: add test case for disabled action button * refactor: Bubble.List re-render (ant-design#479) * 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 (ant-design#699) * 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 * fix: attachments image style fixed (ant-design#708) Co-authored-by: jiyang.hy <[email protected]> * fix: passing Conversations menu.getPopupContainer to Dropdown (ant-design#698) Co-authored-by: afc163 <[email protected]> * fix: thought-chain collapsible not work (ant-design#720) * docs: Contributing fix * ci: update snap * test: where is wrong of happy-dom xmlnsXlink * 📝 Change codesandbox link change codesandbox link of AntDesignX * ✅ Chore: updaye happy-dom -m 更新 happy-dom * ✅ Chore: updaye happy-dom -m 更新 happy-dom * test: update snap * delete:bun.lockb * test: 更新snap * chore: delete bun.lock * chore: delete bun.lock * Update package.json * Update .gitignore * Update package.json * 📝docs: changelog of 1.0.6 * 📝docs: changelog of 1.0.6 * 📝docs: changelog of 1.0.6 * 📝docs: changelog of 1.0.6 * 📝 Docs: 更新Attachments文档 docs: 更新Attachments文档 * feat: Add custom actions for conversations * test: Add custom actions for conversations * fix: Add custom actions for conversations * docs:fix attachments docs error * feat: add conversations's menuprops icon * fix: thought-chain collapsible not work * fix: thought-chain collapsible not work * fix: thought-chain collapsible not work * fix: thought-chain collapsible not work * fix: thought-chain collapsible not work --------- Co-authored-by: afc163 <[email protected]> * chore: create pr-auto-merge.yml (ant-design#716) * fix: bubble list scrollbar style (ant-design#727) * fix: Converstations css ul,li (ant-design#726) * chore: Update release-x.yml (ant-design#686) * docs: change the menu version from antd to antdx (ant-design#728) * docs: make the contributing's bus jump link right * docs: version of version * docs: version of antdx * docs: changelog of 1.1.1 (ant-design#729) * docs: make the contributing's bus jump link right * docs: version of version * docs: version of antdx * docs: changelog of 1.1.1 * docs: changelog of 1.1.1 * docs: changelog of 1.1.1 * docs: changelog of 1.1.1 * docs: changelog of 1.1.1 * fix: sender header overflow (ant-design#732) * chore: Update release-x.yml (ant-design#730) * fix: useXAgent & x-request's XRequestOptions chenge (ant-design#736) * docs: Contributing fix * ci: update snap * test: where is wrong of happy-dom xmlnsXlink * 📝 Change codesandbox link change codesandbox link of AntDesignX * ✅ Chore: updaye happy-dom -m 更新 happy-dom * ✅ Chore: updaye happy-dom -m 更新 happy-dom * test: update snap * delete:bun.lockb * test: 更新snap * chore: delete bun.lock * chore: delete bun.lock * Update package.json * Update .gitignore * Update package.json * 📝docs: changelog of 1.0.6 * 📝docs: changelog of 1.0.6 * 📝docs: changelog of 1.0.6 * 📝docs: changelog of 1.0.6 * 📝 Docs: 更新Attachments文档 docs: 更新Attachments文档 * feat: Add custom actions for conversations * test: Add custom actions for conversations * fix: Add custom actions for conversations * docs:fix attachments docs error * feat: add conversations's menuprops icon * fix: thought-chain collapsible not work * fix: thought-chain collapsible not work * fix: thought-chain collapsible not work * fix: thought-chain collapsible not work * fix: thought-chain collapsible not work * docs: add x-request demo for request options * test: x-request * docs: x-request request-options * fix: type of OutputType * fix: use-x-chat * fix: use-x-chat * fix: useXAgent & x-request's XRequestOptions chenge * fix: useXAgent & x-request's XRequestOptions chenge * fix: useXAgent & x-request's XRequestOptions chenge * fix: useXAgent & x-request's XRequestOptions chenge --------- Co-authored-by: afc163 <[email protected]> * chore: sync main to feature branch * test: add test of thought-chain hool --------- Co-authored-by: xiangcai <[email protected]> Co-authored-by: WB01676250 <[email protected]> Co-authored-by: afc163 <[email protected]> Co-authored-by: wzc520pyfm <[email protected]> Co-authored-by: 🏎️ Imer <[email protected]> Co-authored-by: HongYang <[email protected]> Co-authored-by: jiyang.hy <[email protected]> Co-authored-by: yuxuan-ctrl <[email protected]> Co-authored-by: Bao <[email protected]>
中文版模板 / Chinese template
🤔 This is a ...
🔗 Related Issues
💡 Background and Solution
📝 Change Log
Summary by CodeRabbit