@@ -314,7 +314,7 @@ export function Chat(props: { showSideBar?: () => void }) {
</div>
)}
<div className={styles["chat-message-item"]}>
- {!isUser && (
+ {(!isUser && !message.preview) && (
<div className={styles["chat-message-top-actions"]}>
{message.streaming ? (
<div