From fd61058a7438be8472ab43d4ab57c1b829b60ac3 Mon Sep 17 00:00:00 2001 From: Jiri Luzny Date: Thu, 16 Apr 2026 09:53:06 +0200 Subject: [PATCH] fix: expand tool calls by default when Response Style is Detailed (#8478) Signed-off-by: Jiri Luzny Co-authored-by: ximi --- ui/desktop/src/components/ToolCallWithResponse.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/desktop/src/components/ToolCallWithResponse.tsx b/ui/desktop/src/components/ToolCallWithResponse.tsx index 55849980..2d01886c 100644 --- a/ui/desktop/src/components/ToolCallWithResponse.tsx +++ b/ui/desktop/src/components/ToolCallWithResponse.tsx @@ -811,7 +811,7 @@ function ToolCallView({ ); return ( {toolResults.map((result, index) => (
- +
))}