import { Divider } from "@tremor/react"; import { usePlaygroundContext } from "../context"; import { MessagePlaceholderComponent } from "./MessagePlaceholderComponent"; export const MessagePlaceholders = () => { const { messagePlaceholders } = usePlaygroundContext(); return (
No message placeholders defined.
Placeholders can be used to e.g. inject message histories into prompts.