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 && (
|
{gpus.length > 0 && (
|
||||||
<Tooltip>
|
<Tooltip>
|
||||||
<TooltipTrigger>
|
<TooltipTrigger>
|
||||||
<div className="flex cursor-pointer items-center">
|
<div className="flex items-center">
|
||||||
<SystemItem
|
<SystemItem
|
||||||
name={`${gpus.length} GPU `}
|
name={`${gpus.length} GPU `}
|
||||||
value={`${calculateUtilization()}% `}
|
value={`${calculateUtilization()}% `}
|
||||||
|
|||||||
@ -197,7 +197,7 @@ const Sidebar: React.FC = () => {
|
|||||||
<div>
|
<div>
|
||||||
{activeThread?.assistants[0]?.tools &&
|
{activeThread?.assistants[0]?.tools &&
|
||||||
componentDataAssistantSetting.length > 0 && (
|
componentDataAssistantSetting.length > 0 && (
|
||||||
<CardSidebar title="Tools">
|
<CardSidebar title="Tools" isShow={true}>
|
||||||
<div className="px-2 pt-4">
|
<div className="px-2 pt-4">
|
||||||
<div className="mb-2">
|
<div className="mb-2">
|
||||||
<div className="flex items-center justify-between">
|
<div className="flex items-center justify-between">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user