Const
Session control buttons: Stop / Resume and New Conversation.
Reads session state from useSession. Must be rendered inside a SessionProvider.
SessionProvider
import { Controls } from "@alexkroman1/aai-ui";function Footer() { return <Controls className="justify-end" />;} Copy
import { Controls } from "@alexkroman1/aai-ui";function Footer() { return <Controls className="justify-end" />;}
Additional CSS class names applied to the container.
Session control buttons: Stop / Resume and New Conversation.
Reads session state from useSession. Must be rendered inside a
SessionProvider.