[RFC] Think 思考过程 #947
Replies: 8 comments 4 replies
-
不要 rootClassName,用 classNames.root |
Beta Was this translation helpful? Give feedback.
-
expand => expanded |
Beta Was this translation helpful? Give feedback.
-
loadingIcon 合并到 loading 属性里去。
|
Beta Was this translation helpful? Give feedback.
-
statusIcon 和 loadingIcon 是否是重复的? |
Beta Was this translation helpful? Give feedback.
-
不用 content,用 children 比较优雅。 |
Beta Was this translation helpful? Give feedback.
-
statusText 和 statusIcon 是哪个位置。 最好贴个截图说明一下。 |
Beta Was this translation helpful? Give feedback.
-
statusText => title 这样感觉更简洁? |
Beta Was this translation helpful? Give feedback.
-
![]() 计时要实现么? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
对话时展示大模型的思考过程。
Motivation
在deepseek兴起后,在对话中展示大模型思考过程成为一个高频场景,目前组件库没有覆盖到这一场景,所以需要增加Think组件,展示思考过程。
Detailed Design
API 设计
Example Usage
基础使用
控制状态
控制折叠
2 votes ·
Beta Was this translation helpful? Give feedback.
All reactions