fix: style

This commit is contained in:
dayuan.jiang
2025-03-23 14:40:23 +00:00
parent f44346762f
commit 0645c8d946

View File

@@ -204,19 +204,7 @@ export default function ChatPanel({
</div> </div>
); );
case "result": case "result":
return ( return null;
<div
key={callId}
className="mt-2 text-sm bg-green-50 p-2 rounded border border-green-200"
>
<div className="font-medium">
Diagram generated
</div>
<div className="text-xs text-gray-500 mt-1">
Result: {toolInvocation.result}
</div>
</div>
);
} }
break; break;
} }