Omniscient is thinking...
10 |{label}
14 |{description}
28 |{item.name}
23 |{item.title}
24 |19 | Where Insight Meets Innovation. Empower Your Future with Omniscient. 20 |
21 |40 | {apiLimitCount} / {MAX_FREE_COUNTS} Free Generations 41 |
42 | 46 |161 | {body} 162 |
163 | ) 164 | }) 165 | FormMessage.displayName = "FormMessage" 166 | 167 | export { 168 | useFormField, 169 | Form, 170 | FormItem, 171 | FormLabel, 172 | FormControl, 173 | FormDescription, 174 | FormMessage, 175 | FormField, 176 | } 177 | -------------------------------------------------------------------------------- /components/ui/sheet.tsx: -------------------------------------------------------------------------------- 1 | "use client"; 2 | 3 | import * as React from "react"; 4 | import * as SheetPrimitive from "@radix-ui/react-dialog"; 5 | import { cva, type VariantProps } from "class-variance-authority"; 6 | import { X } from "lucide-react"; 7 | 8 | import { cn } from "@/lib/utils"; 9 | 10 | const Sheet = SheetPrimitive.Root; 11 | 12 | const SheetTrigger = SheetPrimitive.Trigger; 13 | 14 | const SheetClose = SheetPrimitive.Close; 15 | 16 | const SheetPortal = SheetPrimitive.Portal; 17 | 18 | const SheetOverlay = React.forwardRef< 19 | React.ElementRef{message.content as string}
145 |
149 | ),
150 | }}
151 | className="text-sm overflow-hidden leading-7"
152 | >
153 | {(message.content as string) || ""}
154 |