import { ChatStoreMessage } from "@/types/chatstore"; import { getMessageText } from "@/chatgpt"; interface Props { chat: ChatStoreMessage; } export function MessageHide({ chat }: Props) { return