Intent ranking panel with the raw user input quoted above and a list of candidate labels with confidence bars.
"where is my order?"
New here? Read the installation guide.
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
}
]}
/>Debugger-style panel showing the language model's next-token probabilities, with the top candidate highlighted and bars scaled to softmax weight.
Summary card with a violet sparkle header, bullet list of key points, and a source attribution below.