diff --git a/ui/litellm-dashboard/src/components/view_logs/ToolsSection/FormattedToolView.tsx b/ui/litellm-dashboard/src/components/view_logs/ToolsSection/FormattedToolView.tsx index 2f036a2a34..c159232f71 100644 --- a/ui/litellm-dashboard/src/components/view_logs/ToolsSection/FormattedToolView.tsx +++ b/ui/litellm-dashboard/src/components/view_logs/ToolsSection/FormattedToolView.tsx @@ -58,7 +58,14 @@ export function FormattedToolView({ tool }: FormattedToolViewProps) { {/* Description */} {tool.description && (
- {tool.description} + + {tool.description} +
)}