diff --git a/app/src/pages/playground/PlaygroundChatTemplate.tsx b/app/src/pages/playground/PlaygroundChatTemplate.tsx index 39755e7e94..c99b7c0c60 100644 --- a/app/src/pages/playground/PlaygroundChatTemplate.tsx +++ b/app/src/pages/playground/PlaygroundChatTemplate.tsx @@ -17,6 +17,7 @@ import { css } from "@emotion/react"; import { Button, Card, Flex, Icon, Icons, View } from "@arizeai/components"; +import { CopyToClipboardButton } from "@phoenix/components"; import { DragHandle } from "@phoenix/components/dnd/DragHandle"; import { TemplateEditor, @@ -214,6 +215,7 @@ function SortableMessageItem({ } extra={ +