Intent ranking panel with the raw user input quoted above and a list of candidate labels with confidence bars.
"where is my order?"
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Ai41 } from "@/components/beste/piece/ai41";
<Ai41
input="where is my order?"
intents={[
{
"label": "order_status",
"score": 0.87
},
{
"label": "shipping_eta",
"score": 0.09
},
{
"label": "refund_request",
"score": 0.04
}
]}
/>