diff --git a/frontend/src/components/thread/tool-views/see-image-tool/SeeImageToolView.tsx b/frontend/src/components/thread/tool-views/see-image-tool/SeeImageToolView.tsx index 39dd6886..d6ac5459 100644 --- a/frontend/src/components/thread/tool-views/see-image-tool/SeeImageToolView.tsx +++ b/frontend/src/components/thread/tool-views/see-image-tool/SeeImageToolView.tsx @@ -274,20 +274,6 @@ export function SeeImageToolView({ ); } - // For clear tool, if no output message and not streaming, use generic - if (isClearTool && !output && !isStreaming) { - return ( - - ); - } // Image-related data (not needed for clear tool) const imageUrl = !isClearTool && filePath ? constructImageUrl(filePath, project) : ''; @@ -350,7 +336,7 @@ export function SeeImageToolView({ - + {isStreaming ? (