diff --git a/ui/litellm-dashboard/src/components/ToolPolicies.tsx b/ui/litellm-dashboard/src/components/ToolPolicies.tsx index b80ed227b00..af369692375 100644 --- a/ui/litellm-dashboard/src/components/ToolPolicies.tsx +++ b/ui/litellm-dashboard/src/components/ToolPolicies.tsx @@ -24,7 +24,7 @@ import { ToolRow, ToolCallLog, } from "./networking"; -import { FormattedToolView } from "./view_logs/ToolsSection/FormattedToolView"; +import { ToolItem } from "./view_logs/ToolsSection/ToolItem"; import type { ParsedTool } from "./view_logs/ToolsSection/types"; const POLICY_OPTIONS = [ @@ -591,7 +591,7 @@ export const ToolPolicies: React.FC = ({ accessToken }) => { {parsedTool ? ( - + ) : (

No arguments captured for this call

)}