diff --git a/src/components/Common/Playground/Message.tsx b/src/components/Common/Playground/Message.tsx index ee330cb..6e8a971 100644 --- a/src/components/Common/Playground/Message.tsx +++ b/src/components/Common/Playground/Message.tsx @@ -9,7 +9,12 @@ import { Pen, PlayIcon, RotateCcw, - Square + Square, + Star, + ThumbsUp, + ThumbsDown, + MessageSquareShare, + ArrowUpSquare } from "lucide-react" import { EditMessageForm } from "./EditMessageForm" import { useTranslation } from "react-i18next" @@ -316,6 +321,51 @@ export const PlaygroundMessage = (props: Props) => { )} + { ( + + + + )} + { ( + + + + )} + { ( + + + + )} + { ( + + + + )} + { ( + + + + )} ) : ( // add invisible div to prevent layout shift