From 414a9f0da54f7af0e6c7fc6eecf5b245a35c8f56 Mon Sep 17 00:00:00 2001 From: Faisal Amir Date: Thu, 12 Jun 2025 16:33:33 +0700 Subject: [PATCH] fix/replace close think tag from text segment (#5258) --- web-app/src/containers/ThreadContent.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/web-app/src/containers/ThreadContent.tsx b/web-app/src/containers/ThreadContent.tsx index 1969c4ff6..2ad4477e6 100644 --- a/web-app/src/containers/ThreadContent.tsx +++ b/web-app/src/containers/ThreadContent.tsx @@ -311,7 +311,10 @@ export const ThreadContent = memo( /> )} - + ', '')} + components={linkComponents} + /> {isToolCalls && item.metadata?.tool_calls ? ( <>