diff --git a/components/chatPanel.tsx b/components/chatPanel.tsx index be50c27..dc1838a 100644 --- a/components/chatPanel.tsx +++ b/components/chatPanel.tsx @@ -204,19 +204,7 @@ export default function ChatPanel({ ); case "result": - return ( -
-
- Diagram generated -
-
- Result: {toolInvocation.result} -
-
- ); + return null; } break; }