MCPcopy Create free account

hub / github.com/agentset-ai/agentset / functions

Functions1,137 in github.com/agentset-ai/agentset

FunctionSlider
({ className, defaultValue, value, min = 0, max = 100, ...props }: React.ComponentProps<typeof Sli
packages/ui/src/components/ui/slider.tsx:8
FunctionSnippet
({ code, className, children, ...props }: SnippetProps)
packages/ui/src/components/ai-elements/snippet.tsx:37
FunctionSnippetAddon
(props: SnippetAddonProps)
packages/ui/src/components/ai-elements/snippet.tsx:52
FunctionSnippetCopyButton
({ onCopy, onError, timeout = 2000, children, className, ...props }: SnippetCopyButtonProps)
packages/ui/src/components/ai-elements/snippet.tsx:89
FunctionSnippetInput
({ className, ...props }: SnippetInputProps)
packages/ui/src/components/ai-elements/snippet.tsx:70
FunctionSnippetText
({ className, ...props }: SnippetTextProps)
packages/ui/src/components/ai-elements/snippet.tsx:58
FunctionSocialShareCard
({ form }: SocialShareCardProps)
apps/web/src/app/app.agentset.ai/(dashboard)/[slug]/[namespaceSlug]/hosting/components/social-share-card.tsx:11
FunctionSocialSharePreview
({ form, }: { form: ReturnType<typeof useHostingForm>["form"]; })
apps/web/src/app/app.agentset.ai/(dashboard)/[slug]/[namespaceSlug]/hosting/components/hosting-layout.tsx:86
FunctionSortableItem
({ id, inputProps, onRemove, }: { id: string; onRemove: () => void; inputProps?: React.ComponentPr
apps/web/src/components/sortable-list.tsx:173
FunctionSortableList
({ form, name, label, maxItems, }: { form: UseFormReturn<T>; name: FieldPathByValue<T, string[]> |
apps/web/src/components/sortable-list.tsx:40
FunctionSource
({ href, title, children, ...props }: SourceProps)
packages/ui/src/components/ai-elements/sources.tsx:63
FunctionSources
({ className, ...props }: SourcesProps)
packages/ui/src/components/ai-elements/sources.tsx:15
FunctionSourcesContent
({ className, ...props }: SourcesContentProps)
packages/ui/src/components/ai-elements/sources.tsx:47
FunctionSourcesTrigger
({ className, count, children, ...props }: SourcesTriggerProps)
packages/ui/src/components/ai-elements/sources.tsx:26
FunctionSpinner
({ className, ...props }: React.ComponentProps<"svg">)
packages/ui/src/components/spinner.tsx:5
FunctionStickyActionBar
({ url, isDirty, isUpdating, onDiscard, }: StickyActionBarProps)
apps/web/src/app/app.agentset.ai/(dashboard)/[slug]/[namespaceSlug]/hosting/components/sticky-action-bar.tsx:15
FunctionStripeLink
(props: SVGProps<SVGSVGElement>)
packages/ui/src/icons/stripe-link.tsx:3
FunctionSubscriptionMenu
()
apps/web/src/app/app.agentset.ai/(dashboard)/[slug]/billing/_components/usage/subscription-menu.tsx:19
FunctionSuggestion
({ suggestion, onClick, className, variant = "outline", size = "sm", children, ...props }: Sugge
packages/ui/src/components/ai-elements/suggestion.tsx:29
FunctionSuggestions
({ className, children, ...props }: SuggestionsProps)
packages/ui/src/components/ai-elements/suggestion.tsx:11
FunctionSwitch
({ className, size = "default", ...props }: React.ComponentProps<typeof SwitchPrimitive.Root> & { size
packages/ui/src/components/ui/switch.tsx:7
FunctionTRPCReactProvider
(props: { children: React.ReactNode })
apps/web/src/trpc/react.tsx:64
FunctionTable
({ className, ...props }: React.ComponentProps<"table">)
packages/ui/src/components/ui/table.tsx:5
FunctionTableBody
({ className, ...props }: React.ComponentProps<"tbody">)
packages/ui/src/components/ui/table.tsx:30
FunctionTableCaption
({ className, ...props }: React.ComponentProps<"caption">)
packages/ui/src/components/ui/table.tsx:92
FunctionTableCell
({ className, ...props }: React.ComponentProps<"td">)
packages/ui/src/components/ui/table.tsx:79
FunctionTableFooter
({ className, ...props }: React.ComponentProps<"tfoot">)
packages/ui/src/components/ui/table.tsx:40
FunctionTableHead
({ className, ...props }: React.ComponentProps<"th">)
packages/ui/src/components/ui/table.tsx:66
FunctionTableHeader
({ className, ...props }: React.ComponentProps<"thead">)
packages/ui/src/components/ui/table.tsx:20
FunctionTableRow
({ className, ...props }: React.ComponentProps<"tr">)
packages/ui/src/components/ui/table.tsx:53
FunctionTabs
({ className, orientation = "horizontal", ...props }: React.ComponentProps<typeof TabsPrimitive.Root>)
packages/ui/src/components/ui/tabs.tsx:9
FunctionTabsContent
({ className, ...props }: React.ComponentProps<typeof TabsPrimitive.Content>)
packages/ui/src/components/ui/tabs.tsx:77
FunctionTabsList
({ className, variant = "default", ...props }: React.ComponentProps<typeof TabsPrimitive.List> & Varia
packages/ui/src/components/ui/tabs.tsx:42
FunctionTabsTrigger
({ className, ...props }: React.ComponentProps<typeof TabsPrimitive.Trigger>)
packages/ui/src/components/ui/tabs.tsx:58
FunctionTask
({ defaultOpen = true, className, ...props }: TaskProps)
packages/ui/src/components/ai-elements/task.tsx:41
FunctionTaskContent
({ children, className, ...props }: TaskContentProps)
packages/ui/src/components/ai-elements/task.tsx:79
FunctionTaskItem
({ children, className, ...props }: TaskItemProps)
packages/ui/src/components/ai-elements/task.tsx:33
FunctionTaskItemFile
({ children, className, ...props }: TaskItemFileProps)
packages/ui/src/components/ai-elements/task.tsx:15
FunctionTaskTrigger
({ children, className, title, ...props }: TaskTriggerProps)
packages/ui/src/components/ai-elements/task.tsx:60
FunctionTeamSettingsPage
()
apps/web/src/app/app.agentset.ai/(dashboard)/[slug]/team/page.client.tsx:17
FunctionTeamSettingsPageServer
()
apps/web/src/app/app.agentset.ai/(dashboard)/[slug]/team/page.tsx:11
FunctionTemplateCard
({ template, isPending, isSelected, onSelect, }: { template: DemoTemplate; isPending: boolean; i
apps/web/src/app/app.agentset.ai/(dashboard)/[slug]/namespaces-empty-state.tsx:21
FunctionTextForm
({ onSuccess }: BaseIngestFormProps)
apps/web/src/app/app.agentset.ai/(dashboard)/[slug]/[namespaceSlug]/documents/ingest-modal/text-form.tsx:30
FunctionTextarea
({ className, ...props }: React.ComponentProps<"textarea">)
packages/ui/src/components/ui/textarea.tsx:3
FunctionThemeProvider
({ children, ...props }: React.ComponentProps<typeof NextThemesProvider>)
packages/ui/src/components/theme-provider.tsx:5
FunctionTimestampTooltip
({ timestamp, rows, interactive = true, children, className, ...tooltipProps }: TimestampTooltipPr
packages/ui/src/components/timestamp-tooltip.tsx:34
FunctionTimestampTooltipContent
({ timestamp, rows = ["local", "utc", "unix"], interactive, }: Pick<TimestampTooltipProps, "timestamp" |
packages/ui/src/components/timestamp-tooltip.tsx:62
FunctionToaster
({ ...props }: ToasterProps)
packages/ui/src/components/ui/sonner.tsx:14
FunctionTokenSpan
({ token }: { token: ThemedToken })
packages/ui/src/components/ai-elements/code-block.tsx:67
FunctionTokensWithCost
({ tokens, costText, }: { tokens?: number; costText?: string; })
packages/ui/src/components/ai-elements/context.tsx:392
FunctionTool
({ className, ...props }: ToolProps)
packages/ui/src/components/ai-elements/tool.tsx:26
FunctionToolContent
({ className, ...props }: ToolContentProps)
packages/ui/src/components/ai-elements/tool.tsx:86
FunctionToolHeader
({ className, type, state, ...props }: ToolHeaderProps)
packages/ui/src/components/ai-elements/tool.tsx:62
FunctionToolInput
({ className, input, ...props }: ToolInputProps)
packages/ui/src/components/ai-elements/tool.tsx:100
FunctionToolOutput
({ className, output, errorText, ...props }: ToolOutputProps)
packages/ui/src/components/ai-elements/tool.tsx:116
FunctionTooltip
({ ...props }: React.ComponentProps<typeof TooltipPrimitive.Root>)
packages/ui/src/components/ui/tooltip.tsx:20
FunctionTooltipContent
({ className, sideOffset = 0, children, ...props }: React.ComponentProps<typeof TooltipPrimitive.Conte
packages/ui/src/components/ui/tooltip.tsx:32
FunctionTooltipProvider
({ delayDuration = 0, ...props }: React.ComponentProps<typeof TooltipPrimitive.Provider>)
packages/ui/src/components/ui/tooltip.tsx:7
FunctionTooltipTrigger
({ ...props }: React.ComponentProps<typeof TooltipPrimitive.Trigger>)
packages/ui/src/components/ui/tooltip.tsx:26
FunctionTurbopufferIcon
(props: React.SVGProps<SVGSVGElement>)
packages/ui/src/icons/turbopuffer.tsx:1
FunctionUpgradePlanButton
({ plan, period, children, ...rest }: { plan: string; period: "monthly" | "yearly"; } & Partial<Co
apps/web/src/app/app.agentset.ai/(dashboard)/[slug]/billing/upgrade/upgrade-button.tsx:17
FunctionUpstashIcon
(props: SVGProps<SVGSVGElement>)
packages/ui/src/icons/upstash.tsx:3
FunctionUsage
()
apps/web/src/components/app-sidebar/usage/index.tsx:18
FunctionUsageTabCard
({ icon: Icon, title, usage: usageProp, limit: limitProp, unit, }: { icon: React.ElementType; ti
apps/web/src/app/app.agentset.ai/(dashboard)/[slug]/billing/_components/usage/index.tsx:200
FunctionWebhookAdded
({ email = "john@doe.com", organization = { name: "Acme, Inc", slug: "acme", }, webhook = {
packages/emails/src/templates/webhook-added.tsx:5
FunctionWebhookCard
({ webhook }: WebhookCardProps)
apps/web/src/components/webhooks/webhook-card.tsx:12
FunctionWebhookDetailLayout
({ children, }: { children: React.ReactNode; })
apps/web/src/app/app.agentset.ai/(dashboard)/[slug]/webhooks/[webhookId]/layout.tsx:6
FunctionWebhookDetailPage
()
apps/web/src/app/app.agentset.ai/(dashboard)/[slug]/webhooks/[webhookId]/page.tsx:7
FunctionWebhookDisabled
({ email = "john@doe.com", organization = { name: "Acme, Inc", slug: "acme", }, webhook = {
packages/emails/src/templates/webhook-disabled.tsx:5
FunctionWebhookEventItem
({ event, onClick, }: { event: WebhookEvent; onClick: () => void; })
apps/web/src/components/webhooks/webhook-events.tsx:43
FunctionWebhookEvents
({ organizationId, webhookId, }: WebhookEventsProps)
apps/web/src/components/webhooks/webhook-events.tsx:210
FunctionWebhookFailed
({ email = "john@doe.com", organization = { name: "Acme, Inc", slug: "acme", }, webhook = {
packages/emails/src/templates/webhook-failed.tsx:5
FunctionWebhookHeader
({ webhookId }: WebhookHeaderProps)
apps/web/src/components/webhooks/webhook-header.tsx:40
FunctionWebhookSkeleton
()
apps/web/src/components/webhooks/webhook-skeleton.tsx:3
FunctionWebhookStatus
({ disabledAt, className, }: WebhookStatusProps)
apps/web/src/components/webhooks/webhook-status.tsx:8
FunctionWebhooksLayout
({ children, }: { children: React.ReactNode; })
apps/web/src/app/app.agentset.ai/(dashboard)/[slug]/webhooks/layout.tsx:3
FunctionWebhooksPage
()
apps/web/src/app/app.agentset.ai/(dashboard)/[slug]/webhooks/page.tsx:7
FunctionWebhooksPageClient
()
apps/web/src/app/app.agentset.ai/(dashboard)/[slug]/webhooks/page.client.tsx:15
FunctionWelcomeModal
({ showWelcomeModal, setShowWelcomeModal, }: { showWelcomeModal: boolean; setShowWelcomeModal: Dispatc
apps/web/src/components/modals/welcome-modal.tsx:16
FunctionYouTubeIcon
(props: SVGProps<SVGSVGElement>)
packages/ui/src/icons/youtube.tsx:3
FunctionYoutubeForm
({ onSuccess }: BaseIngestFormProps)
apps/web/src/app/app.agentset.ai/(dashboard)/[slug]/[namespaceSlug]/documents/ingest-modal/youtube-form.tsx:42
FunctionYoutubeSettings
({ form }: YoutubeSettingsProps)
apps/web/src/app/app.agentset.ai/(dashboard)/[slug]/[namespaceSlug]/documents/ingest-modal/youtube-form.tsx:124
FunctionZeroentropyIcon
(props: SVGProps<SVGSVGElement>)
packages/ui/src/icons/zeroentropy.tsx:3
FunctionaddItem
()
apps/web/src/app/app.agentset.ai/(dashboard)/[slug]/[namespaceSlug]/documents/ingest-modal/shared.tsx:71
FunctionafterCreateOrganization
(data)
apps/web/src/lib/auth.ts:59
FunctionaiSdkExample
(apiKey?: string)
apps/web/src/lib/code-examples/playground.ts:26
Functionbefore
(session)
apps/web/src/lib/auth.ts:170
Methodconstructor
( private readonly baseModel: EmbeddingModelV2<VALUE>, private readonly type: "document" | "query",
packages/engine/src/embedding/wrap-model.ts:23
Methodconstructor
( private readonly model: string, { apiKey }: { apiKey: string }, )
packages/engine/src/rerank/cohere.ts:9
Methodconstructor
( private readonly model: string, { apiKey }: { apiKey: string }, )
packages/engine/src/rerank/zeroentropy.ts:9
Methodconstructor
({ apiKey, indexHost, namespaceId, tenantId, }: { apiKey: string; indexHost: string;
packages/engine/src/vector-store/pinecone/index.ts:24
Methodconstructor
({ apiKey, namespaceId, tenantId, region, }: { apiKey: string; namespaceId: string;
packages/engine/src/vector-store/turbopuffer/index.ts:36
Methodconstructor
({ code, message, docUrl, }: { code: z.infer<typeof ErrorCode>; message: string; doc
apps/web/src/lib/api/errors.ts:84
FunctioncopyEventId
()
apps/web/src/components/webhooks/webhook-events.tsx:113
FunctioncopyWebhookId
()
apps/web/src/components/webhooks/webhook-header.tsx:101
FunctioncsvToStringArray
(v: unknown)
apps/web/src/schemas/helpers.ts:2
FunctioncurlExample
(apiKey?: string)
apps/web/src/lib/code-examples/playground.ts:1
FunctioncurlExample
(apiKey?: string)
apps/web/src/lib/code-examples/ingest.ts:1
MethoddeleteByFilter
(filter: TurbopufferVectorFilter)
packages/engine/src/vector-store/turbopuffer/index.ts:262
MethoddeleteByIds
(idOrIds: string | string[])
packages/engine/src/vector-store/pinecone/index.ts:110
← previousnext →901–1,000 of 1,137, ranked by callers