"use client"; import { type FC } from "react"; import { ComposerPrimitive, AuiIf } from "@assistant-ui/react"; import { ArrowUpIcon, SquareIcon } from "lucide-react"; import { Button } from "@/components/ui/button"; import { TooltipIconButton } from "./tooltip-icon-button"; const ComposerAction: FC = () => { return (
!s.thread.isRunning}> s.thread.isRunning}>
); }; export const ThreadComposer: FC = () => { return (
); };