Here is Promt Input with Actions component
Loading preview...
import { PromptInputWithActions } from "@/components/ui/promt-input-with-actions"; export default function DemoOne() { return <PromptInputWithActions />; }