MCPcopy Create free account

hub / github.com/CommandCodeAI/BaseAI / functions

Functions847 in github.com/CommandCodeAI/BaseAI

↓ 1 callersFunctionuseTabGroupProps
(availableLanguages: Array<string>)
apps/baseai.dev/src/components/Code.tsx:302
↓ 1 callersFunctionuseVisibleSections
(sectionStore: StoreApi<SectionState>)
apps/baseai.dev/src/components/SectionProvider.tsx:65
↓ 1 callersFunctionvalidateInput
(pipe: Pipe, messages: Message[])
packages/baseai/src/dev/llms/call-openai.ts:41
↓ 1 callersFunctionvalidateMemoryDocNames
({ memoryName, documentName }: { memoryName: string; documentName: string; })
packages/baseai/src/utils/memory/lib.ts:93
↓ 1 callersFunctionvalidateRequestBody
(body: unknown)
packages/baseai/src/dev/routes/beta/pipes/run.ts:53
↓ 1 callersFunctionvalidateRequestBody
(body: unknown)
packages/baseai/src/dev/routes/v1/pipes/run.ts:54
↓ 1 callersMethodwarnIfToolsWithStream
(requestedStream: boolean)
packages/core/src/pipes/pipes.ts:172
FunctionAIMemoryDescription
()
apps/baseai.dev/src/components/table-products.tsx:54
FunctionAIPipesDescription
()
apps/baseai.dev/src/components/table-products.tsx:43
FunctionActivePageMarker
({ group, pathname }: { group: NavigationItem; pathname: string; })
apps/baseai.dev/src/components/Navigation.tsx:63
FunctionAnchor
({ id, inView, children }: { id: string; inView: boolean; children: React.ReactNode; })
apps/baseai.dev/src/components/Heading.tsx:45
FunctionAnchorIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
apps/baseai.dev/src/components/Heading.tsx:11
FunctionAnthropicChatCompleteResponseTransform
(response, responseStatus)
packages/baseai/src/dev/providers/anthropic/chatComplete.ts:369
FunctionAnthropicChatCompleteStreamChunkTransform
(responseChunk, fallbackId)
packages/baseai/src/dev/providers/anthropic/chatComplete.ts:435
FunctionApp
()
examples/remix/app/root.tsx:44
FunctionArrowIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
apps/baseai.dev/src/components/Button.tsx:4
FunctionArrowIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
apps/baseai.dev/src/components/ui/button.tsx:10
FunctionBaseAILogo
({ width = '30%', className }: { width?: string; className?: string; })
apps/baseai.dev/src/components/baseai-logo.tsx:3
FunctionBellIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
apps/baseai.dev/src/components/icons/BellIcon.tsx:1
FunctionBoltIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
apps/baseai.dev/src/components/icons/BoltIcon.tsx:1
FunctionBookIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
apps/baseai.dev/src/components/icons/BookIcon.tsx:1
FunctionButton
({ variant = 'primary', className, children, arrow, ...props }: ButtonProps)
apps/baseai.dev/src/components/Button.tsx:37
FunctionCTAButtons
({ primary, secondary, example, className }: { example?: boolean; primary?: { text: string; sub?: st
apps/baseai.dev/src/components/ui/cta-buttons.tsx:5
FunctionCalendarIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
apps/baseai.dev/src/components/icons/CalendarIcon.tsx:1
FunctionCartIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
apps/baseai.dev/src/components/icons/CartIcon.tsx:1
FunctionChatAdvanced
()
examples/remix/app/components/chat-advanced.tsx:6
FunctionChatAdvanced
()
examples/astro/src/components/pages/chat-advanced/index.tsx:4
FunctionChatAdvanced
()
examples/nextjs/components/chat-advanced.tsx:8
FunctionChatAdvancedExample
()
examples/astro/src/components/chat-advanced.tsx:6
FunctionChatBubbleIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
apps/baseai.dev/src/components/icons/ChatBubbleIcon.tsx:1
FunctionChatSimple
()
examples/remix/app/components/chat-simple.tsx:4
FunctionChatSimple
()
examples/astro/src/components/pages/chat-simple/index.tsx:4
FunctionChatSimple
()
examples/nextjs/components/chat-simple.tsx:5
FunctionChatSimpleExample
()
examples/astro/src/components/chat-simple.tsx:4
FunctionCheckIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
apps/baseai.dev/src/components/Feedback.tsx:6
FunctionCheckIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
apps/baseai.dev/src/components/icons/CheckIcon.tsx:1
FunctionChevronRightLeftIcon
( props: React.ComponentPropsWithoutRef<'svg'> )
apps/baseai.dev/src/components/icons/ChevronRightLeftIcon.tsx:1
FunctionClipboardIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
apps/baseai.dev/src/components/Code.tsx:48
FunctionClipboardIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
apps/baseai.dev/src/components/icons/ClipboardIcon.tsx:1
FunctionCode
({ children, ...props }: React.ComponentPropsWithoutRef<'code'>)
apps/baseai.dev/src/components/Code.tsx:376
FunctionCodeExamples
({ children }: CodeExampleProps)
apps/baseai.dev/src/components/CodeExamples.tsx:10
FunctionCodeGroup
({ children, title, ...props }: React.ComponentPropsWithoutRef<typeof CodeGroupPanels> & { title: string })
apps/baseai.dev/src/components/Code.tsx:331
FunctionCodeGroupHeader
({ title, children, selectedIndex }: { title: string; children: React.ReactNode; selectedIndex: number;
apps/baseai.dev/src/components/Code.tsx:184
FunctionCodeGroupPanels
({ children, ...props }: React.ComponentPropsWithoutRef<typeof CodePanel>)
apps/baseai.dev/src/components/Code.tsx:232
FunctionCodePanel
({ children, tag, label, code }: { children: React.ReactNode; tag?: string; label?: string; code?: str
apps/baseai.dev/src/components/Code.tsx:139
FunctionCodePanelHeader
({ tag, label }: { tag?: string; label?: string })
apps/baseai.dev/src/components/Code.tsx:115
FunctionCogIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
apps/baseai.dev/src/components/icons/CogIcon.tsx:1
FunctionCohereChatCompleteResponseTransform
(response, responseStatus)
packages/baseai/src/dev/providers/cohere/chatComplete.ts:143
FunctionCohereChatCompleteStreamChunkTransform
(responseChunk, fallbackId)
packages/baseai/src/dev/providers/cohere/chatComplete.ts:201
FunctionCol
({ children, sticky = false }: { children: React.ReactNode; sticky?: boolean; })
apps/baseai.dev/src/components/mdx/Col.tsx:3
FunctionContent
({ content }: { content?: MDXRemoteSerializeResult< Record<string, unknown>, Record<string, unknown> >;
apps/baseai.dev/src/components/content.tsx:13
FunctionContent
()
apps/baseai.dev/src/components/home/hero.tsx:24
FunctionCopyButton
({ code }: { code: string })
apps/baseai.dev/src/components/Code.tsx:64
FunctionCopyIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
apps/baseai.dev/src/components/icons/CopyIcon.tsx:1
FunctionCopyableCommand
({ command }: CopyableCommandProps)
apps/baseai.dev/src/components/home/hero.tsx:180
FunctionCrossIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
apps/baseai.dev/src/components/icons/CrossIcon.tsx:1
FunctionDialogFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
apps/baseai.dev/src/components/ui/dialog.tsx:71
FunctionDialogHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
apps/baseai.dev/src/components/ui/dialog.tsx:57
FunctionDiscordIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
apps/baseai.dev/src/components/icons/DiscordIcon.tsx:1
FunctionDocPage
()
apps/baseai.dev/src/app/docs/page.tsx:5
FunctionDocumentIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
apps/baseai.dev/src/components/icons/DocumentIcon.tsx:1
FunctionDrawer
({ shouldScaleBackground = true, ...props }: React.ComponentProps<typeof DrawerPrimitive.Root>)
apps/baseai.dev/src/components/ui/drawer.tsx:8
FunctionDrawerFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
apps/baseai.dev/src/components/ui/drawer.tsx:69
FunctionDrawerHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
apps/baseai.dev/src/components/ui/drawer.tsx:58
FunctionEnvelopeIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
apps/baseai.dev/src/components/icons/EnvelopeIcon.tsx:1
FunctionEyebrow
({ tag, label }: { tag?: string; label?: string })
apps/baseai.dev/src/components/Heading.tsx:25
FunctionFaceSmileIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
apps/baseai.dev/src/components/icons/FaceSmileIcon.tsx:1
FunctionFeedback
()
apps/baseai.dev/src/components/Feedback.tsx:71
FunctionFeedbackButton
( props: Omit<React.ComponentPropsWithoutRef<'button'>, 'type' | 'className'> )
apps/baseai.dev/src/components/Feedback.tsx:21
FunctionFireworksAIChatCompleteResponseTransform
(response, responseStatus)
packages/baseai/src/dev/providers/fireworks-ai/chatComplete.ts:170
FunctionFireworksAIChatCompleteStreamChunkTransform
packages/baseai/src/dev/providers/fireworks-ai/chatComplete.ts:208
FunctionFolderIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
apps/baseai.dev/src/components/icons/FolderIcon.tsx:1
FunctionFooter
()
apps/baseai.dev/src/components/Footer.tsx:128
FunctionGET
(request: NextRequest)
apps/baseai.dev/src/app/api/og/route.tsx:6
FunctionGitHubIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
apps/baseai.dev/src/components/icons/GitHubIcon.tsx:1
FunctionGoHome
()
examples/remix/app/components/ui/go-home.tsx:3
FunctionGoHome
()
examples/astro/src/components/ui/go-home.tsx:1
FunctionGoHome
()
examples/nextjs/components/ui/go-home.tsx:4
FunctionGoogleChatCompleteResponseTransform
(response, responseStatus)
packages/baseai/src/dev/providers/google/chatComplete.ts:326
FunctionGoogleChatCompleteStreamChunkTransform
(responseChunk, fallbackId)
packages/baseai/src/dev/providers/google/chatComplete.ts:414
FunctionGridPattern
({ width, height, x, y, squares, ...props }: React.ComponentPropsWithoutRef<'svg'> & { width: number;
apps/baseai.dev/src/components/GridPattern.tsx:3
FunctionGuides
()
apps/baseai.dev/src/components/Guides.tsx:22
FunctionHeaderLinks
()
apps/baseai.dev/src/components/Header.tsx:65
FunctionHeading
({ children, tag, label, level, anchor = true, ...props }: React.ComponentPropsWithoutRef<`h${Level}`> &
apps/baseai.dev/src/components/Heading.tsx:71
FunctionHero
({ })
apps/baseai.dev/src/components/home/hero.tsx:13
FunctionHeroPattern
()
apps/baseai.dev/src/components/HeroPattern.tsx:1
FunctionHighlightQuery
({ text, query }: { text: string; query: string })
apps/baseai.dev/src/components/Search.tsx:154
FunctionHome
()
examples/astro/src/components/pages/home/index.tsx:1
FunctionHomepage
()
apps/baseai.dev/src/app/page.tsx:3
FunctionIconApi
(props: React.SVGProps<SVGSVGElement>)
apps/baseai.dev/src/components/ui/iconists/icon-api.tsx:2
FunctionIconApi
(props: React.SVGProps<SVGSVGElement>)
apps/baseai.dev/src/components/icons/IconApi.tsx:2
FunctionIconChat
(props: React.SVGProps<SVGSVGElement>)
apps/baseai.dev/src/components/ui/iconists/icon-chat.tsx:2
FunctionIconDoc
(props: React.SVGProps<SVGSVGElement>)
apps/baseai.dev/src/components/icons/IconDoc.tsx:2
FunctionIconDocs
(props: React.SVGProps<SVGSVGElement>)
apps/baseai.dev/src/components/ui/iconists/icon-docs.tsx:2
FunctionIconDown
(props: React.SVGProps<SVGSVGElement>)
apps/baseai.dev/src/components/icons/icon-down.tsx:2
FunctionIconExamples
(props: React.SVGProps<SVGSVGElement>)
apps/baseai.dev/src/components/icons/IconExamples.tsx:2
FunctionIconExperiments
(props: React.SVGProps<SVGSVGElement>)
apps/baseai.dev/src/components/icons/IconExperiments.tsx:2
FunctionIconFewShot
( props: React.SVGProps<SVGSVGElement> )
apps/baseai.dev/src/components/icons/IconFewShot.tsx:2
FunctionIconFork
(props: React.SVGProps<SVGSVGElement>)
apps/baseai.dev/src/components/icons/IconFork.tsx:2
FunctionIconImg
(props: React.SVGProps<SVGSVGElement>)
apps/baseai.dev/src/components/ui/icons/img.tsx:2
← previousnext →401–500 of 847, ranked by callers