MCPcopy Create free account

hub / github.com/Superflows-AI/superflows / functions

Functions445 in github.com/Superflows-AI/superflows

FunctionAPITabs
(props: { apis: Api[]; currentApiId: string | undefined; setCurrentApi: (tab: Api) => void; setApis: D
components/actions/APITabs.tsx:20
FunctionActionsPage
()
pages/actions.tsx:35
FunctionActionsSection
(props: { actionTagJoinActions: ActionTagJoin; setActionTag: (actionTag: ActionTagJoin) => void; deleteA
components/actions/actionsSection.tsx:381
FunctionAddDocsModal
(props: { open: boolean; setOpen: (open: boolean) => void; editMode?: { editedDocument: Document;
pages/chat-to-docs.tsx:310
FunctionAddGroupModal
(props: { open: boolean; close: () => void; setGroups: React.Dispatch< React.SetStateAction< {
components/approval/addQuestionModal.tsx:520
FunctionAddQuestionModal
(props: { groupId: string | null; setGroupId: (actionGroupId: string | null) => void; groups: { name: st
components/approval/addQuestionModal.tsx:12
FunctionAngela
( // Good ol' Angela controller: ReadableStreamDefaultController, reqData: AnswersType, actions: ActionP
lib/edge-runtime/ai.ts:234
FunctionApp
()
pages/project.tsx:18
FunctionApp
()
pages/api-settings.tsx:16
FunctionApp
()
pages/team.tsx:11
FunctionApp
()
pages/actions.tsx:13
FunctionApp
()
pages/ai-settings.tsx:11
FunctionApp
()
pages/sign-in.tsx:13
FunctionApp
()
pages/chat-to-docs.tsx:24
FunctionApp
({ Component, pageProps, }: AppProps<{ initialSession: Session; }>)
pages/_app.tsx:39
FunctionApp
()
pages/usage.tsx:19
FunctionApp
()
pages/index.tsx:10
FunctionApp
()
pages/approval/index.tsx:32
FunctionApp
(props: { data: { id: string; is_generating: boolean; approved: boolean; generation_failed:
pages/approval/[id].tsx:26
FunctionAuthenticationSection
(props: { api: Api; setApis: (callback: (api: Api[] | undefined) => Api[]) => void; })
components/actions/APITabs.tsx:136
FunctionAutoGrowingTextArea
(props: { className: string; placeholder: string; value: string; onChange: (e: React.ChangeEvent<HTMLT
components/autoGrowingTextarea.tsx:3
FunctionBertie
( // Bertie will eat you for breakfast controller: ReadableStreamDefaultController, reqData: AnswersType,
lib/v2/edge-runtime/ai.ts:138
FunctionChatToDocsPage
()
pages/chat-to-docs.tsx:68
FunctionCheckbox
(props: { onChange: (checked: boolean) => void; checked: boolean; label: string; size?: "sm" | "lg"; }
components/checkbox.tsx:4
FunctionClarifyCloseModal
( props: ModalProps & { shouldClarify: boolean }, )
components/warningModal.tsx:126
FunctionComboBox
(props: { title?: string; options: ComboboxOption[]; selected: ComboboxOption; setSelected: (selected:
components/combobox.tsx:13
FunctionConfirmAuth
(props: { api: Api; setApi: Dispatch<SetStateAction<Api | null>>; nextStep: () => void; })
components/onboarding/confirmAuth.tsx:13
FunctionCustomErrorComponent
(props: { statusCode: number })
pages/_error.tsx:5
FunctionDBChatMessageToGPT
( message: DBChatMessage, )
lib/edge-runtime/utils.ts:31
FunctionDashboard
()
pages/project.tsx:27
FunctionDashboard
()
pages/api-settings.tsx:25
FunctionDashboard
()
pages/team.tsx:20
FunctionDashboard
()
pages/actions.tsx:22
FunctionDashboard
()
pages/ai-settings.tsx:113
FunctionDashboard
()
pages/sign-in.tsx:22
FunctionDashboard
()
pages/chat-to-docs.tsx:33
FunctionDashboard
()
pages/usage.tsx:28
FunctionDashboard
()
pages/index.tsx:19
FunctionDashboard
()
pages/approval/index.tsx:51
FunctionDashboardCost
()
pages/usage.tsx:215
FunctionDashboardNumMessages
()
pages/usage.tsx:132
FunctionDatesBarGraph
(props: { data: { date: string; value: number }[]; ylabel: string; })
pages/usage.tsx:74
FunctionDocumentList
(props: { docPage: number; setDocPage: React.Dispatch<React.SetStateAction<number>>; isLastPage: boolean
pages/chat-to-docs.tsx:202
FunctionEditAPIKeyModal
(props: { open: boolean; setOpen: () => void; apiKey: string; setApiKey: (apiKey: string) => void; })
components/approval/editModals.tsx:559
FunctionEditActionGroupModal
(props: { actionTag: ActionTagJoin; close: () => void; setActionTag: (actionGroup: ActionTagJoin) => voi
components/actions/editActionTagModal.tsx:9
FunctionEditActionModal
(props: { action: Action; close: () => void; setAction: (action: Action) => void; })
components/actions/editActionModal.tsx:99
FunctionEditCodeModal
(props: { open: boolean; setOpen: () => void; messageData: UIMessageData; answer: UIAnswerType; runC
components/approval/editModals.tsx:188
FunctionEditFilteringModal
(props: { open: boolean; setOpen: () => void; actions: { name: string; description: string }[]; setCho
components/approval/editModals.tsx:27
FunctionEditFollowUpsModal
(props: { suggestions: string[] | null; setSuggestions: (suggestions: string[] | null) => void; id: stri
components/approval/followUps.tsx:51
FunctionEditQuestionModal
(props: { open: boolean; close: () => void; editQuestionData: { text: string; approval_answers:
components/approval/addQuestionModal.tsx:238
FunctionEditUserMessageModal
(props: { open: boolean; close: () => void; userMessage: UIMessageData | undefined; answer: UIAnswerTy
components/approval/editModals.tsx:392
FunctionFeedbackTags
(props: { feedback: ConversationSidebarItem["feedback"]; })
components/transcripts/transcriptSearchSidebar.tsx:349
FunctionFloatingLabelInput
(props: { value: string; onChange: (e: ChangeEvent<HTMLInputElement>) => void; label: string; classNam
components/floatingLabelInput.tsx:6
FunctionFloatingLabelTextArea
(props: { content: string; onChange: (e: ChangeEvent<HTMLTextAreaElement>) => void; labelText: string;
components/floatingLabelInput.tsx:41
FunctionFlyout
(props: { children: React.ReactNode; Button?: React.ReactNode; })
components/flyout.tsx:4
FunctionFlyoutMenu
(props: { items: Item[]; getClassName?: (open: boolean) => string; buttonClassName?: string; Icon?: Re
components/flyoutMenu.tsx:19
FunctionFollowUpSuggestions
(props: { followUpSuggestions: string[]; onClick: () => void; })
components/approval/followUps.tsx:10
FunctionGitHubIcon
()
components/icons.tsx:1
FunctionHeader
(props: { header: HeadersInsert; setHeader: (header: HeadersInsert) => void; onBlur: () => void; onDel
components/actions/APITabs.tsx:576
FunctionHeaders
()
components/headers.tsx:4
FunctionJsonTextBox
(props: JsonTextBoxProps)
components/actions/editActionModal.tsx:511
FunctionLeftHandSearchSidebar
(props: { answerId: string; group_id: string })
pages/approval/[id].tsx:57
FunctionLoadingPage
()
components/loadingspinner.tsx:29
FunctionLoadingSpinner
({ classes }: { classes: string })
components/loadingspinner.tsx:4
FunctionModal
(props: ModalProps)
components/modal.tsx:14
FunctionNavbar
(props: { current: string })
components/navbar.tsx:50
FunctionOnboarding
()
pages/onboarding.tsx:13
FunctionOnboardingContent
()
pages/onboarding.tsx:22
FunctionPageActionsSection
(props: { actionTags: ActionTagJoin[]; setActionTags: Dispatch<SetStateAction<ActionTagJoin[] | undefined>
components/actions/actionsSection.tsx:30
FunctionPaginationPageSelector
(props: { showPrevious: boolean; showNext: boolean; page: number; clickedPrevious: () => void; click
components/paginationPageSelector.tsx:1
FunctionPlayground
()
components/playground.tsx:16
FunctionPlaygroundChatbot
(props: { userApiKey: string; submitErrorMessage: string; userDescription: string; mockAPIresponses: b
components/playgroundChatbot.tsx:8
FunctionProfileContextProvider
(props: { children: JSX.Element; supabase: ReturnType<typeof createClient<Database>>; })
components/contextManagers/profile.tsx:29
FunctionProgressBar
(props: { step: number })
components/onboarding/progressBar.tsx:4
FunctionQuestionText
(props: { questionText: string })
components/approval/question.tsx:3
FunctionSelectBox
(props: { title?: string; options: SelectBoxOption[]; selected: string | null; setSelected: (selected:
components/selectBox.tsx:13
FunctionSelectBoxOptionDropdownWithCheckboxes
(props: { title: string; items: SelectBoxWithDropdownOption[]; })
components/dropdown.tsx:13
FunctionSentryUserManager
()
pages/_app.tsx:28
FunctionSignInComponent
(props: { view: "sign_in" | "sign_up" | "update_password"; })
components/signIn.tsx:10
FunctionSlackIcon
()
components/icons.tsx:16
FunctionToggle
(props: { enabled: boolean; setEnabled: (enabled: boolean) => void; size: "sm" | "md"; sr?: string; })
components/toggle.tsx:4
FunctionTranscriptPage
(props: TranscriptPageProps)
pages/analytics.tsx:46
FunctionTranscriptSearchSidebar
(props: { conversations: ConversationSidebarItem[] | null; selectedTranscriptId: number | null; setSelec
components/transcripts/transcriptSearchSidebar.tsx:32
FunctionUploadModal
(props: { open: boolean; setOpen: (open: boolean) => void; loadActions: () => Promise<void>; api_id: s
components/actions/uploadModal.tsx:30
FunctionUploadSpec
(props: { nextStep: () => void; orgId: number | null; setApi: Dispatch<SetStateAction<Api | null>>; })
components/onboarding/uploadSpec.tsx:27
FunctionVerifyQuestionScreen
(props: { data: { id: string; is_generating: boolean; approved: boolean; generation_failed:
components/approval/verifyAnswerScreen.tsx:45
FunctionViewSystemPromptModal
(props: { open: boolean; setOpen: (open: boolean) => void; actions: Action[]; })
components/actions/viewPromptModal.tsx:47
FunctionWarningModal
(props: WarningModalData)
components/warningModal.tsx:17
FunctionactionFilteringPrompt
(args: { userRequest: string; actionDescriptions: string[]; orgName: string; })
lib/v3/prompts_parsers/filtering.ts:9
FunctioncapitaliseFirstLetter
(text: string)
lib/utils.ts:612
FunctioncombineMessagesForHFEndpoints
(messages: LLMChatMessage[])
lib/queryLLM.ts:406
Methodconstructor
()
lib/edge-runtime/llmResponseCache.ts:18
FunctionconvertIsoToHumanReadable
(dateStr: string)
supabase/functions/execute-code-2/index.ts:320
FunctiondataAnalysisAction
(org: { id: number })
lib/builtinActions.ts:50
FunctiondeduplicateArray
( arr: ArrType, )
supabase/functions/execute-code-2/utils.ts:41
FunctiondeleteDocument
(document: Document)
lib/hooks/useDocumentsLoader.ts:28
FunctiondocsFnNameDescriptionGenerationPrompt
(args: { documentation: string; org: Pick<Organization, "name" | "description">; })
lib/v3/prompts_parsers/descriptionGeneration.ts:146
FunctionembedDocsFromUrl
( docsUrls: string[], orgId: number, isDocusaurus: boolean, ignoreLines: string[], )
lib/embed-docs/embedDocs.ts:19
Functionevaluate
(page: Page, browser: Browser)
lib/embed-docs/getNestedUrls.ts:58
FunctiongetAnalyticsServerSideProps
( ctx: GetServerSidePropsContext, )
pages/analytics.tsx:282
← previousnext →301–400 of 445, ranked by callers