Open ended prompt inputs that can be used in AI conversations and other natural language prompting
import { Component } from "@/components/ui/ai-chat-input"; const DemoOne = () => { return <Component />; }; export { DemoOne };