diff --git a/ui/litellm-dashboard/src/app/(dashboard)/agents/components/three-pane/tool-call-card.tsx b/ui/litellm-dashboard/src/app/(dashboard)/agents/components/three-pane/tool-call-card.tsx index e679be25eeb..f3e7e4e87e3 100644 --- a/ui/litellm-dashboard/src/app/(dashboard)/agents/components/three-pane/tool-call-card.tsx +++ b/ui/litellm-dashboard/src/app/(dashboard)/agents/components/three-pane/tool-call-card.tsx @@ -9,7 +9,6 @@ */ import { useState } from "react"; import { Card, Tag, Typography, Button } from "antd"; -import { CaretRightOutlined, CaretDownOutlined } from "@ant-design/icons"; const { Text, Paragraph } = Typography; @@ -24,13 +23,9 @@ export default function ToolCallCard({ tool, input, result }: ToolCallCardProps) return (
- {tool}