ant-design / pro-chat

🤖 Components Library for Quickly Building LLM Chat Interfaces.
https://pro-chat.antdigital.dev
MIT License
667 stars 83 forks source link

🧐[问题] 等待回答的loading状态可以自定义吗 #160

Open Edward6463 opened 5 months ago

Edward6463 commented 5 months ago

🧐 问题描述

当需要流式回答的情况下怎么自定义loading状态 当不需要流式回答的情况loading的dom能不能取消

💻 示例代码

🚑 其他信息

ONLY-yours commented 5 months ago

发送框可以通过 renderAreaInpt 的 api 进行修改

对话列表中的 Loading 的态,可以用

ChatItemRender 下的 AvatarRender 和 ContentRender 分别修改头像和内容区域的渲染模式