-
Notifications
You must be signed in to change notification settings - Fork 580
feat(chat): add new chat components #6150
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
Open
zydemail
wants to merge
186
commits into
develop
Choose a base branch
from
feature/attachments
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-authored-by: brightzhli <[email protected]>
* chat-action 组件 isGood/isBad 参数合并为 comment 参数 * feat: 将action-chat组件中 的 operationBtn api 重命名为 actionBar, 将 onOperation api 重命名为 onActions 将action-chat组件中 的 operationBtn api 重命名为 actionBar, 将 onOperation api BREAKING CHANGE: List any BREAKING CHANGES (optional). Use " " to break new line:List any BREAKING CHANGES (optional). Use " " to break new line: 将action-chat组件中 的 operationBtn api 重命名为 actionBar, 将 onOperation api --------- Co-authored-by: aalicezhang <[email protected]>
…ign-vue-next into feature/attachments
Co-authored-by: yorionzhou <[email protected]>
* fix: 将 file-card-base.vue 组件和 file-card-close 组件 更改为vue3 格式 * feat: 新增 file-card 组件 新增 file-card 组件 * feat: 更新子模块 * docs: 更改 file-card-base demos 更改 file-card-base demos 删除多余的 调试代码 * fix: 删除快码插件配置文件 --------- Co-authored-by: aalicezhang <[email protected]>
* feat: 迁移chatbot组件 * fix: 修改部分参数;更新一些chat组件的引入依赖
* feat: 迁移chatbot组件 * fix: 修改部分参数;更新一些chat组件的引入依赖 * fix: 修改语法错误
…ign-vue-next into feature/attachments
* reasoning 组件添加 animation/layout 属性 * docs: update submodule commit update submodule commit * feat: chat-reasoning 组件新增 layout 属性控制思考过程的样式布局 chat-reasoning 组件新增 layout 属性控制思考过程的样式布局 * docs: 更新子包 commit 更新子包 commit * fix: reasonsing demos 和 file-card-close demos 方法中的字符拼写错误问题修复 reasonsing demos 和 file-card-close demos 方法中的字符拼写错误问题修复
…ign-vue-next into feature/attachments
…next into feature/attachments
Collaborator
TDesign Component Site Preview Open
|
commit: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.

🤔 这个 PR 的性质是?
🔗 相关 Issue
💡 需求背景和解决方案
📝 更新日志
tdesign-vue-next
@tdesign-vue-next/chat
Chatbot智能对话组件,用于需要快速集成智能客服、问答系统等的AI应用ChatMessage对话消息体组件、用于在聊天对话中显示单个消息项ChatMarkdown内容渲染组件,内置支持完善的 Markdown 流式渲染能力,包括 mermaid 等多种格式的渲染Attachments文件附件组件,用于展示文件附件@tdesign-vue-next/auto-import-resolver
☑️ 请求合并前的自查清单