+ {operationType === "chat" ? (
+ Chat Template goes here
+ ) : (
+ Completion Template goes here
+ )}
+
+ );
+}
diff --git a/app/src/pages/playground/PlaygroundTools.tsx b/app/src/pages/playground/PlaygroundTools.tsx
new file mode 100644
index 0000000000..b9e5d81bbe
--- /dev/null
+++ b/app/src/pages/playground/PlaygroundTools.tsx
@@ -0,0 +1,11 @@
+import React from "react";
+
+import { Card } from "@arizeai/components";
+
+export function PlaygroundTools() {
+ return (
+