MCPcopy Create free account

hub / github.com/CommandCodeAI/BaseAI / functions

Functions847 in github.com/CommandCodeAI/BaseAI

FunctionPipeRunToolExample
()
examples/nextjs/components/pipe-run-with-tool.tsx:7
FunctionPipeRunToolStreamExample
()
examples/nextjs/components/pipe-run-with-tool-stream.tsx:8
FunctionPipeStream
()
examples/astro/src/components/pages/pipe-stream/index.tsx:4
FunctionPipeStreamExample
()
examples/remix/app/components/pipe-stream.tsx:6
FunctionPipeStreamExample
()
examples/astro/src/components/pipe-stream.tsx:6
FunctionPipeStreamExample
()
examples/nextjs/components/pipe-stream.tsx:8
FunctionPre
({ children, ...props }: React.ComponentPropsWithoutRef<typeof CodeGroup>)
apps/baseai.dev/src/components/Code.tsx:396
FunctionProductsTable
()
apps/baseai.dev/src/components/table-products.tsx:72
FunctionProperties
({ children }: { children: React.ReactNode })
apps/baseai.dev/src/components/mdx/Properties.tsx:1
FunctionProperty
({ name, children, type }: { name: string; children: React.ReactNode; type?: string; })
apps/baseai.dev/src/components/mdx/Property.tsx:1
FunctionProse
({ as, className, ...props }: Omit<React.ComponentPropsWithoutRef<T>, 'as' | 'className'> & { as?: T; cla
apps/baseai.dev/src/components/Prose.tsx:3
FunctionProviders
({ children }: { children: React.ReactNode })
apps/baseai.dev/src/app/providers.tsx:33
FunctionResource
({ resource }: { resource: Resource })
apps/baseai.dev/src/components/Resources.tsx:146
FunctionResourceIcon
({ icon: Icon }: { icon: Resource['icon'] })
apps/baseai.dev/src/components/Resources.tsx:96
FunctionResourcePattern
({ mouseX, mouseY, ...gridProps }: Resource['pattern'] & { mouseX: MotionValue<number>; mouseY: MotionVal
apps/baseai.dev/src/components/Resources.tsx:104
FunctionResources
()
apps/baseai.dev/src/components/Resources.tsx:183
FunctionRootLayout
({ children }: { children: React.ReactNode; })
apps/baseai.dev/src/app/layout.tsx:47
FunctionRootLayout
({ children }: { children: React.ReactNode; })
apps/baseai.dev/src/app/docs/layout.tsx:37
FunctionRootLayout
({ children }: { children: React.ReactNode; params: Promise<{ section: string }>; })
apps/baseai.dev/src/app/docs/[section]/layout.tsx:58
FunctionRootLayout
({ children }: { children: React.ReactNode; params: Promise<{ section: string; slug: string }>; })
apps/baseai.dev/src/app/docs/[section]/[slug]/layout.tsx:58
FunctionRootLayout
({ children }: { children: React.ReactNode; })
apps/baseai.dev/src/app/learn/layout.tsx:37
FunctionRootLayout
({ children }: { children: React.ReactNode; params: Promise<{ section: string }>; })
apps/baseai.dev/src/app/learn/[section]/layout.tsx:58
FunctionRootLayout
({ children }: { children: React.ReactNode; params: Promise<{ section: string; slug: string }>; })
apps/baseai.dev/src/app/learn/[section]/[slug]/layout.tsx:58
FunctionRootLayout
({ children, }: Readonly<{ children: React.ReactNode; }>)
examples/nextjs/app/layout.tsx:16
FunctionRow
({ children }: { children: React.ReactNode })
apps/baseai.dev/src/components/mdx/Row.tsx:1
FunctionSearch
(nextConfig = {})
apps/baseai.dev/src/mdx/search.mjs:47
FunctionSearch
()
apps/baseai.dev/src/components/Search.tsx:462
FunctionSearchDialog
({ open, setOpen, className }: { open: boolean; setOpen: (open: boolean) => void; className?: string; })
apps/baseai.dev/src/components/Search.tsx:320
FunctionSearchIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
apps/baseai.dev/src/components/Search.tsx:101
FunctionSearchResult
({ result, resultIndex, autocomplete, collection, query }: { result: Result; resultIndex: number; auto
apps/baseai.dev/src/components/Search.tsx:165
FunctionSearchResults
({ autocomplete, query, collection }: { autocomplete: Autocomplete; query: string; collection: Autocompl
apps/baseai.dev/src/components/Search.tsx:233
FunctionSectionProvider
({ sections, children }: { sections: Array<Section>; children: React.ReactNode; })
apps/baseai.dev/src/components/SectionProvider.tsx:131
FunctionShapesIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
apps/baseai.dev/src/components/icons/ShapesIcon.tsx:1
FunctionShirtIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
apps/baseai.dev/src/components/icons/ShirtIcon.tsx:1
FunctionSingleDocPage
({ params }: { params: Promise<{ section: string }>; })
apps/baseai.dev/src/app/docs/[section]/page.tsx:7
FunctionSingleDocPage
({ params }: { params: Promise<{ section: string; slug: string }>; })
apps/baseai.dev/src/app/docs/[section]/[slug]/page.tsx:7
FunctionSingleDocPage
({ params }: { params: Promise<{ section: string }>; })
apps/baseai.dev/src/app/learn/[section]/page.tsx:7
FunctionSingleDocPage
({ params }: { params: Promise<{ section: string; slug: string }>; })
apps/baseai.dev/src/app/learn/[section]/[slug]/page.tsx:7
FunctionSmallPrint
()
apps/baseai.dev/src/components/Footer.tsx:111
FunctionSocials
()
apps/baseai.dev/src/components/Header.tsx:93
FunctionSocials
()
apps/baseai.dev/src/components/Footer.tsx:80
FunctionSocials
()
apps/baseai.dev/src/components/home/hero.tsx:122
FunctionSpoiler
({ title, children }: { title: string; children: React.ReactNode; })
apps/baseai.dev/src/components/mdx/spoiler.tsx:8
FunctionSpoilerAdvanced
({ title, sub, children }: { title: string; sub?: React.ReactNode; children: React.ReactNode; })
apps/baseai.dev/src/components/mdx/spoiler-advanced.tsx:8
FunctionSquaresPlusIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
apps/baseai.dev/src/components/icons/SquaresPlusIcon.tsx:1
FunctionStep
({ stepNumber }: { stepNumber: string | null })
apps/baseai.dev/src/components/Heading.tsx:140
FunctionSub
({ name, type, children }: { name: string; type: string; children: React.ReactNode; })
apps/baseai.dev/src/components/mdx/sub-property.tsx:9
FunctionSunIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
apps/baseai.dev/src/components/ThemeToggle.tsx:4
FunctionSupportButton
()
apps/baseai.dev/src/components/support-button.tsx:10
FunctionTableHeader
()
apps/baseai.dev/src/components/table-products.tsx:9
FunctionTableRow
({ product, description, href })
apps/baseai.dev/src/components/table-products.tsx:29
FunctionTag
({ children, variant = 'medium', color = valueColorMap[children] ?? 'indigo' }: { children: keyof typeof v
apps/baseai.dev/src/components/Tag.tsx:38
FunctionTagIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
apps/baseai.dev/src/components/icons/TagIcon.tsx:1
FunctionThemeToggle
()
apps/baseai.dev/src/components/ThemeToggle.tsx:24
FunctionThemeWatcher
()
apps/baseai.dev/src/app/providers.tsx:9
FunctionTip
({ icon, asChild, content, children, className, show = true }: { icon?: boolean; asChild?: boolean; c
apps/baseai.dev/src/components/ui/tip.tsx:13
FunctionTipCode
({ children }: { children: React.ReactNode })
apps/baseai.dev/src/components/ui/tip.tsx:63
FunctionTogetherAIChatCompleteResponseTransform
(response, responseStatus)
packages/baseai/src/dev/providers/together-ai/chatComplete.ts:138
FunctionTogetherAIChatCompleteStreamChunkTransform
packages/baseai/src/dev/providers/together-ai/chatComplete.ts:191
FunctionToolCalling
()
examples/astro/src/components/pages/tool-calling/index.tsx:4
FunctionTwitterIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
apps/baseai.dev/src/components/icons/TwitterIcon.tsx:1
FunctionUserIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
apps/baseai.dev/src/components/icons/UserIcon.tsx:1
FunctionUsersIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
apps/baseai.dev/src/components/icons/UsersIcon.tsx:1
FunctionVisibleSectionHighlight
({ group, pathname }: { group: NavigationItem; pathname: string; })
apps/baseai.dev/src/components/Navigation.tsx:38
FunctionWarn
({ top, title, children }: { top: boolean; title: string; children: React.ReactNode; })
apps/baseai.dev/src/components/mdx/Warn.tsx:3
FunctionWebGLInitializer
()
apps/baseai.dev/src/components/home/webgl-2024-09-29-fast.tsx:6
FunctionWebGLInitializer
()
apps/baseai.dev/src/components/home/webgl-fast-scaled-1.tsx:6
FunctionWebGLInitializer
()
apps/baseai.dev/src/components/home/webgl.tsx:8
FunctionWebGLInitializer
()
apps/baseai.dev/src/components/home/webgl-2024-09-29.tsx:6
FunctionWrapper
({ children }: { children: React.ReactNode })
apps/baseai.dev/src/components/mdx/Wrapper.tsx:4
FunctionXIcon
(props: React.ComponentPropsWithoutRef<'svg'>)
apps/baseai.dev/src/components/MobileNavigation.tsx:32
Function[Symbol.asyncIterator]
()
packages/baseai/src/dev/utils/stream/stream.ts:532
Function[Symbol.asyncIterator]
()
packages/core/src/common/stream.ts:546
Method[Symbol.asyncIterator]
()
packages/baseai/src/dev/utils/stream/stream.ts:149
Method[Symbol.asyncIterator]
()
packages/core/src/common/stream.ts:144
Function_decodeChunks
(chunks: string[])
packages/baseai/src/dev/utils/stream/stream.ts:480
Function_decodeChunks
(chunks: string[])
packages/core/src/common/stream.ts:500
Functionaction
({request})
examples/remix/app/routes/api.langbase.pipes.run-pipes-as-tools.ts:5
Functionaction
({request})
examples/remix/app/routes/api.langbase.pipes.run-tool.ts:5
Functionaction
({request})
examples/remix/app/routes/api.langbase.pipes.run-memory.ts:5
Functionaction
({request})
examples/remix/app/routes/api.langbase.pipes.run-stream.ts:5
Functionaction
({request})
examples/remix/app/routes/api.langbase.pipes.run.ts:5
FunctionallowOnlyPost
()
packages/baseai/src/dev/middleware/post-only.ts:3
FunctionbuidMemory
()
examples/remix/baseai/memory/chat-with-docs/index.ts:3
FunctionbuidMemory
()
examples/astro/baseai/memory/chat-with-docs/index.ts:3
FunctionbuidMemory
()
examples/nextjs/baseai/memory/chat-with-docs/index.ts:3
FunctionbuildPipe
()
examples/remix/baseai/pipes/pipe-with-memory.ts:4
FunctionbuildPipe
()
examples/astro/baseai/pipes/pipe-with-memory.ts:4
FunctionbuildPipe
()
examples/nodejs/baseai/pipes/chat-with-docs.ts:4
FunctionbuildPipe
()
examples/nodejs/baseai/pipes/summary.ts:3
FunctionbuildPipe
()
examples/nodejs/baseai/pipes/chat-with-repo.ts:4
Functioncalculator
({expression}: {expression: string})
examples/remix/baseai/tools/calculator.ts:3
Functioncalculator
({expression}: {expression: string})
examples/astro/baseai/tools/calculator.ts:3
Functioncalculator
({expression}: {expression: string})
examples/nextjs/baseai/tools/calculator.ts:3
FunctioncheckDirectoryExists
(directoryPath: string)
packages/baseai/src/utils/memory/lib.ts:24
Methodconstructor
(config: LoggerConfig)
packages/baseai/src/utils/logger.ts:25
Methodconstructor
(config: ChunkingConfig)
packages/baseai/src/utils/memory/chunker.ts:12
Methodconstructor
(config: ChunkingConfig, separators?: string[])
packages/baseai/src/utils/memory/chunker.ts:83
Methodconstructor
( private iterator: () => AsyncIterator<Item>, controller: AbortController )
packages/baseai/src/dev/utils/stream/stream.ts:12
Methodconstructor
()
packages/baseai/src/dev/utils/stream/stream.ts:316
← previousnext →601–700 of 847, ranked by callers