FunctionSidebar({
side = "left",
variant = "sidebar",
collapsible = "offcanvas",
className,
children,
...props
}:
app/chat/components/ui/sidebar.tsx:152
FunctionSidebarMenuButton({
asChild = false,
isActive = false,
variant = "default",
size = "default",
tooltip,
className,
app/chat/components/ui/sidebar.tsx:496
FunctionSidebarProvider({
defaultOpen = true,
open: openProp,
onOpenChange: setOpenProp,
className,
style,
children,
..
app/chat/components/ui/sidebar.tsx:54
FunctionTextMorph({
children,
as: Component = "p",
className,
style,
variants,
transition,
}: TextMorphProps)
app/chat/components/ui/text-morph.tsx:19
FunctionTextarea({
input,
handleInputChange,
isLoading,
status,
stop,
selectedModel,
setSelectedModel,
}: InputP
app/chat/components/textarea.tsx:16
FunctionToolInvocation({
toolName,
state,
args,
result,
isLatestMessage,
status,
}: ToolInvocationProps)
app/chat/components/tool-invocation.tsx:26