Replies: 1 comment
-
6666 👍🏻👍🏻👍🏻 终于有一版好的设计了。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
思维链组件用于可视化和追踪 Agent 任务执行的步骤。
Motivation
推出两个模式简单模式和任务模式:

1、简单模式状态+文本
2、任务模式运行展示运行的流程(需要支持自身嵌套)


Detailed Design
ThoughtChain.Item/
variant: 'text' & status: 'loading'
variant: 'text' & status: 'success'
variant: 'solid' & icon: '自定义'
variant: 'outlined' & icon: '自定义'
ThoughtChain
ThoughtChainItem
Example Usage
0 votes ·
Beta Was this translation helpful? Give feedback.
All reactions