Reasoning Effort
A compact dropdown for choosing how much reasoning power a response should use.
Installation
Add the component source directly to your project.
pnpm dlx shadcn@latest add https://pastaui.com/r/reasoning-effort.jsonAPI reference
Reasoning Effort
| Prop | Type | Default | Description |
|---|---|---|---|
value | number | — | Controls one of five reasoning-effort levels from 0 to 4. |
onChange | (value: number) => void | — | Updates the selected reasoning budget. |