diff --git a/client/src/components/SidePanel/Agents/Tools/ToolCard.tsx b/client/src/components/SidePanel/Agents/Tools/ToolCard.tsx index f5864ec733..6bb5779db6 100644 --- a/client/src/components/SidePanel/Agents/Tools/ToolCard.tsx +++ b/client/src/components/SidePanel/Agents/Tools/ToolCard.tsx @@ -192,6 +192,26 @@ function ToolCardImpl({ {(canFavorite || canConfigure || showInfoOnly) && (
+ {(canConfigure || showInfoOnly) && ( + + )} {canFavorite && ( )} - {(canConfigure || showInfoOnly) && ( - - )}
)}