From e33a37776f81ce304930bd9ac0168e1ff1ddcf31 Mon Sep 17 00:00:00 2001 From: Faisal Amir Date: Thu, 12 Jun 2025 00:53:27 +0700 Subject: [PATCH] fix: tool call block width code (#5246) --- web-app/src/containers/ToolCallBlock.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-app/src/containers/ToolCallBlock.tsx b/web-app/src/containers/ToolCallBlock.tsx index 661406a3b..1fa8ad853 100644 --- a/web-app/src/containers/ToolCallBlock.tsx +++ b/web-app/src/containers/ToolCallBlock.tsx @@ -199,7 +199,7 @@ const ToolCallBlock = ({ id, name, result, loading, args }: Props) => { isExpanded ? '' : 'max-h-0 overflow-hidden' )} > -
+
{args && Object.keys(args).length > 3 && ( <>

Arguments: