An animated, collapsible AI thinking block whose shimmering label expands to stream the agent's reasoning, then folds into a "Thought for Ns" summary.
import ThinkingReasoning from "@/components/ui/thinking-reasoning"; export default function Default() { return ( <div className="flex min-h-[320px] w-full items-center justify-center p-8"> <ThinkingReasoning /> </div> ); }