Suggestion Pills

Wrapping row of pill suggestions that seed the prompt input with common intents.

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Ai9 } from "@/components/beste/piece/ai9";

<Ai9
  prompts={[
    "Summarize this doc",
    "Draft a reply",
    "Extract action items",
    "Translate to Turkish"
  ]}
/>