MCPcopy Create free account

hub / github.com/MagicCube/agentara / functions

Functions836 in github.com/MagicCube/agentara

FunctionInlineCitation
({ className, ...props }: InlineCitationProps)
web/src/components/ai-elements/inline-citation.tsx:29
FunctionInlineCitationCard
(props: InlineCitationCardProps)
web/src/components/ai-elements/inline-citation.tsx:53
FunctionInlineCitationCardBody
({ className, ...props }: InlineCitationCardBodyProps)
web/src/components/ai-elements/inline-citation.tsx:86
FunctionInlineCitationCardTrigger
({ sources, className, ...props }: InlineCitationCardTriggerProps)
web/src/components/ai-elements/inline-citation.tsx:61
FunctionInlineCitationCarousel
({ className, children, ...props }: InlineCitationCarouselProps)
web/src/components/ai-elements/inline-citation.tsx:102
FunctionInlineCitationCarouselContent
( props: InlineCitationCarouselContentProps )
web/src/components/ai-elements/inline-citation.tsx:120
FunctionInlineCitationCarouselHeader
({ className, ...props }: InlineCitationCarouselHeaderProps)
web/src/components/ai-elements/inline-citation.tsx:138
FunctionInlineCitationCarouselIndex
({ children, className, ...props }: InlineCitationCarouselIndexProps)
web/src/components/ai-elements/inline-citation.tsx:153
FunctionInlineCitationCarouselItem
({ className, ...props }: InlineCitationCarouselItemProps)
web/src/components/ai-elements/inline-citation.tsx:126
FunctionInlineCitationCarouselNext
({ className, ...props }: InlineCitationCarouselNextProps)
web/src/components/ai-elements/inline-citation.tsx:223
FunctionInlineCitationCarouselPrev
({ className, ...props }: InlineCitationCarouselPrevProps)
web/src/components/ai-elements/inline-citation.tsx:196
FunctionInlineCitationQuote
({ children, className, ...props }: InlineCitationQuoteProps)
web/src/components/ai-elements/inline-citation.tsx:280
FunctionInlineCitationSource
({ title, url, description, className, children, ...props }: InlineCitationSourceProps)
web/src/components/ai-elements/inline-citation.tsx:254
FunctionInlineCitationText
({ className, ...props }: InlineCitationTextProps)
web/src/components/ai-elements/inline-citation.tsx:41
FunctionInput
({ className, type, ...props }: React.ComponentProps<"input">)
web/src/components/ui/input.tsx:5
FunctionInputGroup
({ className, ...props }: React.ComponentProps<"div">)
web/src/components/ui/input-group.tsx:9
FunctionInputGroupAddon
({ className, align = "inline-start", ...props }: React.ComponentProps<"div"> & VariantProps<typeof inpu
web/src/components/ui/input-group.tsx:58
FunctionInputGroupButton
({ className, type = "button", variant = "ghost", size = "xs", ...props }: Omit<React.ComponentProps
web/src/components/ui/input-group.tsx:98
FunctionInputGroupInput
({ className, ...props }: React.ComponentProps<"input">)
web/src/components/ui/input-group.tsx:129
FunctionInputGroupText
({ className, ...props }: React.ComponentProps<"span">)
web/src/components/ui/input-group.tsx:117
FunctionInputGroupTextarea
({ className, ...props }: React.ComponentProps<"textarea">)
web/src/components/ui/input-group.tsx:145
FunctionLineSpan
({ keyedLine, showLineNumbers, }: { keyedLine: KeyedLine; showLineNumbers: boolean; })
web/src/components/ai-elements/code-block.tsx:85
FunctionMemoryPage
()
web/src/app/memory/index.tsx:83
FunctionMemorySection
({ icon, title, description, content, onContentChange, onSave, isSaving, isLoading, }: { ico
web/src/app/memory/index.tsx:28
FunctionMessage
({ className, from, ...props }: MessageProps)
web/src/components/ai-elements/message.tsx:35
FunctionMessageAction
({ tooltip, children, label, variant = "ghost", size = "icon-sm", ...props }: MessageActionProps)
web/src/components/ai-elements/message.tsx:83
FunctionMessageActions
({ className, children, ...props }: MessageActionsProps)
web/src/components/ai-elements/message.tsx:68
FunctionMessageBranch
({ defaultBranch = 0, onBranchChange, className, ...props }: MessageBranchProps)
web/src/components/ai-elements/message.tsx:144
FunctionMessageBranchContent
({ children, ...props }: MessageBranchContentProps)
web/src/components/ai-elements/message.tsx:197
FunctionMessageBranchNext
({ children, ...props }: MessageBranchNextProps)
web/src/components/ai-elements/message.tsx:278
FunctionMessageBranchPage
({ className, ...props }: MessageBranchPageProps)
web/src/components/ai-elements/message.tsx:301
FunctionMessageBranchPrevious
({ children, ...props }: MessageBranchPreviousProps)
web/src/components/ai-elements/message.tsx:255
FunctionMessageBranchSelector
({ className, ...props }: MessageBranchSelectorProps)
web/src/components/ai-elements/message.tsx:230
FunctionMessageContent
({ children, className, ...props }: MessageContentProps)
web/src/components/ai-elements/message.tsx:48
FunctionMessageToolbar
({ className, children, ...props }: MessageToolbarProps)
web/src/components/ai-elements/message.tsx:350
FunctionMicSelector
({ defaultValue, value: controlledValue, onValueChange: controlledOnValueChange, defaultOpen = false,
web/src/components/ai-elements/mic-selector.tsx:61
FunctionMicSelectorContent
({ className, popoverOptions, ...props }: MicSelectorContentProps)
web/src/components/ai-elements/mic-selector.tsx:156
FunctionMicSelectorEmpty
({ children = "No microphone found.", ...props }: MicSelectorEmptyProps)
web/src/components/ai-elements/mic-selector.tsx:202
FunctionMicSelectorInput
({ ...props }: MicSelectorInputProps)
web/src/components/ai-elements/mic-selector.tsx:180
FunctionMicSelectorItem
(props: MicSelectorItemProps)
web/src/components/ai-elements/mic-selector.tsx:209
FunctionMicSelectorLabel
({ device, className, ...props }: MicSelectorLabelProps)
web/src/components/ai-elements/mic-selector.tsx:227
FunctionMicSelectorList
({ children, ...props }: MicSelectorListProps)
web/src/components/ai-elements/mic-selector.tsx:191
FunctionMicSelectorTrigger
({ children, ...props }: MicSelectorTriggerProps)
web/src/components/ai-elements/mic-selector.tsx:111
FunctionMicSelectorValue
({ className, ...props }: MicSelectorValueProps)
web/src/components/ai-elements/mic-selector.tsx:255
FunctionModelSelector
(props: ModelSelectorProps)
web/src/components/ai-elements/model-selector.tsx:24
FunctionModelSelectorContent
({ className, children, title = "Model Selector", ...props }: ModelSelectorContentProps)
web/src/components/ai-elements/model-selector.tsx:38
FunctionModelSelectorDialog
(props: ModelSelectorDialogProps)
web/src/components/ai-elements/model-selector.tsx:61
FunctionModelSelectorEmpty
(props: ModelSelectorEmptyProps)
web/src/components/ai-elements/model-selector.tsx:82
FunctionModelSelectorGroup
(props: ModelSelectorGroupProps)
web/src/components/ai-elements/model-selector.tsx:88
FunctionModelSelectorInput
({ className, ...props }: ModelSelectorInputProps)
web/src/components/ai-elements/model-selector.tsx:67
FunctionModelSelectorItem
(props: ModelSelectorItemProps)
web/src/components/ai-elements/model-selector.tsx:94
FunctionModelSelectorList
(props: ModelSelectorListProps)
web/src/components/ai-elements/model-selector.tsx:76
FunctionModelSelectorLogo
({ provider, className, ...props }: ModelSelectorLogoProps)
web/src/components/ai-elements/model-selector.tsx:177
FunctionModelSelectorLogoGroup
({ className, ...props }: ModelSelectorLogoGroupProps)
web/src/components/ai-elements/model-selector.tsx:194
FunctionModelSelectorName
({ className, ...props }: ModelSelectorNameProps)
web/src/components/ai-elements/model-selector.tsx:209
FunctionModelSelectorSeparator
(props: ModelSelectorSeparatorProps)
web/src/components/ai-elements/model-selector.tsx:108
FunctionModelSelectorShortcut
(props: ModelSelectorShortcutProps)
web/src/components/ai-elements/model-selector.tsx:100
FunctionModelSelectorTrigger
(props: ModelSelectorTriggerProps)
web/src/components/ai-elements/model-selector.tsx:30
FunctionNavSidebarGroup
()
web/src/components/app-sidebar.tsx:61
FunctionNode
({ handles, className, ...props }: NodeProps)
web/src/components/ai-elements/node.tsx:22
FunctionNodeAction
(props: NodeActionProps)
web/src/components/ai-elements/node.tsx:57
FunctionNodeContent
({ className, ...props }: NodeContentProps)
web/src/components/ai-elements/node.tsx:61
FunctionNodeDescription
(props: NodeDescriptionProps)
web/src/components/ai-elements/node.tsx:51
FunctionNodeFooter
({ className, ...props }: NodeFooterProps)
web/src/components/ai-elements/node.tsx:67
FunctionNodeHeader
({ className, ...props }: NodeHeaderProps)
web/src/components/ai-elements/node.tsx:38
FunctionNodeTitle
(props: NodeTitleProps)
web/src/components/ai-elements/node.tsx:47
FunctionOpenIn
({ query, ...props }: OpenInProps)
web/src/components/ai-elements/open-in-chat.tsx:202
FunctionOpenInChatGPT
(props: OpenInChatGPTProps)
web/src/components/ai-elements/open-in-chat.tsx:251
FunctionOpenInClaude
(props: OpenInClaudeProps)
web/src/components/ai-elements/open-in-chat.tsx:271
FunctionOpenInContent
({ className, ...props }: OpenInContentProps)
web/src/components/ai-elements/open-in-chat.tsx:210
FunctionOpenInCursor
(props: OpenInCursorProps)
web/src/components/ai-elements/open-in-chat.tsx:351
FunctionOpenInItem
(props: OpenInItemProps)
web/src/components/ai-elements/open-in-chat.tsx:220
FunctionOpenInLabel
(props: OpenInLabelProps)
web/src/components/ai-elements/open-in-chat.tsx:226
FunctionOpenInScira
(props: OpenInSciraProps)
web/src/components/ai-elements/open-in-chat.tsx:311
FunctionOpenInSeparator
(props: OpenInSeparatorProps)
web/src/components/ai-elements/open-in-chat.tsx:232
FunctionOpenInT3
(props: OpenInT3Props)
web/src/components/ai-elements/open-in-chat.tsx:291
FunctionOpenInTrigger
({ children, ...props }: OpenInTriggerProps)
web/src/components/ai-elements/open-in-chat.tsx:238
FunctionOpenInv0
(props: OpenInv0Props)
web/src/components/ai-elements/open-in-chat.tsx:331
FunctionPackageInfo
({ name, currentVersion, newVersion, changeType, className, children, ...props }: PackageInfoPro
web/src/components/ai-elements/package-info.tsx:30
FunctionPackageInfoChangeType
({ className, children, ...props }: PackageInfoChangeTypeProps)
web/src/components/ai-elements/package-info.tsx:110
FunctionPackageInfoContent
({ className, children, ...props }: PackageInfoContentProps)
web/src/components/ai-elements/package-info.tsx:187
FunctionPackageInfoDependencies
({ className, children, ...props }: PackageInfoDependenciesProps)
web/src/components/ai-elements/package-info.tsx:199
FunctionPackageInfoDependency
({ name, version, className, children, ...props }: PackageInfoDependencyProps)
web/src/components/ai-elements/package-info.tsx:217
FunctionPackageInfoDescription
({ className, children, ...props }: PackageInfoDescriptionProps)
web/src/components/ai-elements/package-info.tsx:175
FunctionPackageInfoHeader
({ className, children, ...props }: PackageInfoHeaderProps)
web/src/components/ai-elements/package-info.tsx:61
FunctionPackageInfoName
({ className, children, ...props }: PackageInfoNameProps)
web/src/components/ai-elements/package-info.tsx:76
FunctionPackageInfoVersion
({ className, children, ...props }: PackageInfoVersionProps)
web/src/components/ai-elements/package-info.tsx:139
FunctionPanel
({ className, ...props }: PanelProps)
web/src/components/ai-elements/panel.tsx:8
FunctionPlan
({ className, isStreaming = false, children, ...props }: PlanProps)
web/src/components/ai-elements/plan.tsx:44
FunctionPlanAction
(props: PlanActionProps)
web/src/components/ai-elements/plan.tsx:111
FunctionPlanContent
(props: PlanContentProps)
web/src/components/ai-elements/plan.tsx:117
FunctionPlanDescription
({ className, children, ...props }: PlanDescriptionProps)
web/src/components/ai-elements/plan.tsx:91
FunctionPlanFooter
(props: PlanFooterProps)
web/src/components/ai-elements/plan.tsx:125
FunctionPlanHeader
({ className, ...props }: PlanHeaderProps)
web/src/components/ai-elements/plan.tsx:59
FunctionPlanTitle
({ children, ...props }: PlanTitleProps)
web/src/components/ai-elements/plan.tsx:74
FunctionPlanTrigger
({ className, ...props }: PlanTriggerProps)
web/src/components/ai-elements/plan.tsx:131
FunctionPopover
({ ...props }: React.ComponentProps<typeof PopoverPrimitive.Root>)
web/src/components/ui/popover.tsx:6
FunctionPopoverAnchor
({ ...props }: React.ComponentProps<typeof PopoverPrimitive.Anchor>)
web/src/components/ui/popover.tsx:40
FunctionPopoverContent
({ className, align = "center", sideOffset = 4, ...props }: React.ComponentProps<typeof PopoverPrimiti
web/src/components/ui/popover.tsx:18
FunctionPopoverDescription
({ className, ...props }: React.ComponentProps<"p">)
web/src/components/ui/popover.tsx:66
← previousnext →401–500 of 836, ranked by callers