feat: add skill evaluation workbench
This commit is contained in:
@@ -5,6 +5,7 @@ import {
|
||||
BrainIcon,
|
||||
ChevronDownIcon,
|
||||
Clock3Icon,
|
||||
FlaskConicalIcon,
|
||||
LogOutIcon,
|
||||
PanelLeftOpenIcon,
|
||||
SaveIcon,
|
||||
@@ -215,6 +216,12 @@ function CollapsedSidebarRail({
|
||||
>
|
||||
<SquarePenIcon className="size-4" />
|
||||
</CollapsedIconButton>
|
||||
<CollapsedIconButton
|
||||
label="Skill 评测"
|
||||
onClick={() => window.location.assign("/evaluations")}
|
||||
>
|
||||
<FlaskConicalIcon className="size-4" />
|
||||
</CollapsedIconButton>
|
||||
<CollapsedSessionSearch />
|
||||
<CollapsedRecentSessions />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user