fix: tools section should be expanded by default (#2110)
This commit is contained in:
parent
939f7c0f77
commit
cffc382caf
@ -152,7 +152,7 @@ const BottomBar = () => {
|
||||
{gpus.length > 0 && (
|
||||
<Tooltip>
|
||||
<TooltipTrigger>
|
||||
<div className="flex cursor-pointer items-center">
|
||||
<div className="flex items-center">
|
||||
<SystemItem
|
||||
name={`${gpus.length} GPU `}
|
||||
value={`${calculateUtilization()}% `}
|
||||
|
||||
@ -197,7 +197,7 @@ const Sidebar: React.FC = () => {
|
||||
<div>
|
||||
{activeThread?.assistants[0]?.tools &&
|
||||
componentDataAssistantSetting.length > 0 && (
|
||||
<CardSidebar title="Tools">
|
||||
<CardSidebar title="Tools" isShow={true}>
|
||||
<div className="px-2 pt-4">
|
||||
<div className="mb-2">
|
||||
<div className="flex items-center justify-between">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user