A chat-style AI prompt input with attachments, a model picker, slash-command skill pills, and a one-click "enhance prompt" rewrite state.
import PromptInput from "@/components/ui/ai-agent-input"; export default function Default() { return ( <div className="flex min-h-[420px] w-full items-center justify-center p-8"> <PromptInput /> </div> ); }