MCPcopy Create free account

hub / github.com/HiveNexus/HiveChat / functions

Functions501 in github.com/HiveNexus/HiveChat

↓ 1 callersFunctionreactNodeToText
(node: React.ReactNode)
app/components/CodeBlock.tsx:8
↓ 1 callersFunctionregister
(email: string, password: string)
app/(auth)/actions.ts:10
↓ 1 callersMethodremoveServer
(server: MCPServer)
app/services/MCPService.ts:76
↓ 1 callersFunctionsaveModelsOrder
( providerId: string, newOrderModels: { modelId: string; order: number }[])
app/admin/llm/actions.ts:363
↓ 1 callersFunctionsaveProviderOrder
( newOrderProviders: { providerId: string; order: number }[])
app/admin/llm/actions.ts:389
↓ 1 callersMethodsearch
(query: string, maxResult: number, excludeDomains: string[])
app/webSearchProvider/WebSearchEngineProvider.ts:11
↓ 1 callersMethodserverInactive
(serverName: string)
types/mcpErrors.ts:239
↓ 1 callersMethodserverNotFound
(serverName: string)
types/mcpErrors.ts:227
↓ 1 callersFunctionsetUserDefaultGroups
()
app/db/groupSeed.ts:19
↓ 1 callersFunctiontoggleStar
(chat_id: string, is_star: boolean)
app/components/ChatList.tsx:115
↓ 1 callersMethodtoolCallTimeout
(toolName: string, serverName: string, originalError?: Error)
types/mcpErrors.ts:215
↓ 1 callersFunctionupdateBotInServer
(botId: number, botInfo: { title: string; desc?: string; prompt: string; avatar: string; avatarType:
app/chat/actions/bot.ts:34
↓ 1 callersFunctionupdateBotInServer
(botId: number, botInfo: { title: string; desc?: string; prompt: string; avatar: string; avatarType:
app/admin/bot/action.ts:31
↓ 1 callersFunctionupdateChatTitleInServer
(chatId: string, newTitle: string)
app/chat/actions/chat.ts:155
↓ 1 callersFunctionupdateChatUsage
(chatId: string, usage: UsageType)
app/api/completions/actions.ts:157
↓ 1 callersFunctionupdateCustomModelInServer
(oldModelName: string, modelInfo: { name: string, displayName: string, maxTokens: number, supportVisio
app/admin/llm/actions.ts:283
↓ 1 callersFunctionupdateGroup
(groupId: string, groupInfo: GroupActionParams)
app/admin/users/group/actions.ts:161
↓ 1 callersFunctionupdateMcpServer
(serverId: string, mcpServerInfo: { name: string; isActive: boolean; description?: string; type: 'sse'
app/admin/mcp/actions.ts:90
↓ 1 callersFunctionupdateMessageWebSearchInServer
( messageId: number, searchEnabled: boolean, searchStatus: "none" | "searching" | "error" | "done", we
app/chat/actions/message.ts:100
↓ 1 callersFunctionupdatePassword
(email: string, oldPassword: string, newPassword: string,)
app/chat/settings/actions.ts:9
↓ 1 callersFunctionupdateSearchEngineConfig
(config: { id: string; name: string; apiKey: string | null; isActive: boolean; extractKeywords: bool
app/admin/search/actions.ts:114
↓ 1 callersFunctionupdateUsageReport
(updateRecord: UsageDetail)
app/api/completions/actions.ts:166
↓ 1 callersFunctionupdateUser
(email: string, user: UserActionParams)
app/admin/users/list/actions.ts:135
↓ 1 callersFunctionupdateUserSettings
(settings: { messageSendShortcut?: 'enter' | 'ctrl_enter'; })
app/chat/settings/actions.ts:132
↓ 1 callersFunctionupdateUserUsage
(userId: string, usage: UsageType)
app/api/completions/actions.ts:119
↓ 1 callersFunctionuseChat
(chatId: string)
app/hooks/chat/useChat.ts:17
↓ 1 callersFunctionuseChatContext
()
app/context/ChatContext.tsx:27
↓ 1 callersFunctionverifyPassword
(inputPassword: string, storedHashedPassword: string)
app/utils/password.ts:3
FunctionAccountPage
()
app/chat/settings/account/page.tsx:16
FunctionAdaptiveTextarea
(props: { model: LLMModel submit: ( message: string, attachments?: Array<{ mimeType: string; data:
app/components/AdaptiveTextarea.tsx:20
FunctionAddCustomProvider
({ isModalOpen, setIsModalOpen })
app/components/admin/llm/AddCustomProvider.tsx:14
FunctionAddModelModal
({ isCustomModelModalOpen, setIsCustomModelModalOpen, provider })
app/components/admin/llm/AddModelModal.tsx:14
FunctionAdminBotList
()
app/admin/bot/list/page.tsx:14
FunctionAdvancedSettingsPopover
()
app/components/AdvancedSettingsPopover.tsx:4
FunctionApp
({ children })
app/components/App.tsx:13
FunctionAppPrepare
()
app/components/ChatPrepare.tsx:11
FunctionAuthErrorPage
()
app/auth/error/page.tsx:8
FunctionAuthLayout
({ children, }: { children: React.ReactNode })
app/(auth)/layout.tsx:1
FunctionAuthProviderConfig
()
app/components/admin/AuthProviderConfig.tsx:14
FunctionBallsLoading
()
app/components/loading/BallsLoading.tsx:3
FunctionBotDiscover
()
app/chat/bot/discover/page.tsx:15
FunctionBotForm
({ mode, initialData, onSubmit, loading = false, onCancel, showCancelButton = false })
app/components/BotForm.tsx:25
FunctionBotInfo
({ params }: { params: { bot_id: string } })
app/chat/bot/[bot_id]/page.tsx:15
FunctionBotInfo
({ params }: { params: { bot_id: string } })
app/admin/bot/[bot_id]/page.tsx:15
FunctionBotsLayout
({ children, }: Readonly<{ children: React.ReactNode; }>)
app/chat/bot/layout.tsx:4
FunctionChat
({ params }: { params: { chat_id: string } })
app/chat/[chat_id]/page.tsx:4
FunctionChatHeader
(props: { isActionsHidden?: boolean })
app/components/ChatHeader.tsx:13
FunctionChatItem
({ chat, isActive, isHighlighted, onOpenChange, onAction, menuItems, className, children
app/components/ChatItem.tsx:19
FunctionChatLayout
({ children, }: { children: React.ReactNode })
app/chat/layout.tsx:6
FunctionChatList
()
app/components/ChatList.tsx:26
FunctionChatNaming
()
app/components/admin/ChatNaming.tsx:9
FunctionChatProvider
({ children, ...props }: React.PropsWithChildren<ChatContextType>)
app/context/ChatContext.tsx:19
FunctionCheckApiModal
({ isCheckApiModalOpen, setIsCheckApiModalOpenOpen, startCheck, })
app/components/admin/llm/CheckApiModal.tsx:12
FunctionCodeBlock
({ children, language })
app/components/CodeBlock.tsx:6
FunctionCreateBot
()
app/chat/bot/create/page.tsx:11
FunctionCreateBot
()
app/admin/bot/create/page.tsx:12
FunctionCustomPagination
({ current, total, pageSize, onChange, onShowSizeChange, loading = false, pageSizeOptions = ['12
app/components/CustomPagination.tsx:16
FunctionDefaultChatModel
()
app/components/admin/DefaultChatModel.tsx:7
FunctionDingdingLoginButton
(props: { callbackUrl?: string, text?: string })
app/components/DingdingLoginButton.tsx:6
FunctionDotsLoading
()
app/components/loading/DotsLoading.tsx:3
FunctionEditModelModalProps
({ model, isEditModelModalOpen, setIsEditModelModalOpen, provider, })
app/components/admin/llm/EditModelModal.tsx:15
FunctionEmailSettingsModal
({ isModalOpen, setIsModalOpen, })
app/components/admin/EmailSettingsModal.tsx:12
FunctionEmojiPicker
({ onEmojiSelect, currentEmoji })
app/components/EmojiPicker.tsx:14
FunctionFeishuLoginButton
(props: { callbackUrl?: string, text?: string })
app/components/FeishuLoginButton.tsx:6
FunctionFileCard
({ content, cardId, contentType })
app/components/artifact/FileCard.tsx:13
FunctionGET
(request: NextRequest)
app/api/admin/bot/export/route.ts:6
FunctionGroupManagementTab
()
app/admin/users/group/page.tsx:142
FunctionGroupModal
({ title, open, onOk, onCancel, onFinish, form, initialValues, options, tagRender, confirmLoading }: { title
app/admin/users/group/page.tsx:29
FunctionHistorySettings
(props: { chat_id: string, changeVisible: (open: boolean) => void })
app/components/HistorySettings.tsx:6
FunctionHome
()
app/chat/page.tsx:18
FunctionImagePreviewArea
({ uploadedImages, removeImage })
app/components/ImagePreviewArea.tsx:14
FunctionInPageCollapsed
()
app/components/InPageCollapsed.tsx:8
FunctionInputArea
()
app/components/InputArea.tsx:111
FunctionJinaSettings
({ apiKey, onApiKeyChange, onApiKeyBlur, })
app/admin/search/components/JinaSettings.tsx:15
FunctionJinaSettings
({ apiKey, onApiKeyChange, onApiKeyBlur, })
app/admin/search/components/BochaSettings.tsx:14
FunctionLLMLayout
({ children }: Readonly<{ children: React.ReactNode; }>)
app/admin/llm/layout.tsx:17
FunctionLLMSettings
()
app/admin/llm/page.tsx:4
FunctionList
()
app/chat/thread/list/page.tsx:12
FunctionLogin
()
app/components/SignIn.tsx:3
FunctionLoginModal
()
app/components/loginModal.tsx:25
FunctionLoginModalProvider
({ children, }: { children: React.ReactNode; })
app/contexts/loginModalContext.tsx:17
FunctionLoginPage
()
app/(auth)/login/page.tsx:23
FunctionManageAllModelModal
({ isModalOpen, setIsModalOpen, providerId, providerName, })
app/components/admin/llm/ManageAllModelModal.tsx:16
FunctionMarkdownRender
(props: { content: string, } )
app/components/Markdown.tsx:15
FunctionMcpPage
()
app/admin/mcp/page.tsx:16
FunctionMcpServerSelect
(props: { chat_id?: string })
app/components/McpServerSelect.tsx:4
FunctionMenuSection
({ title, icon, children, defaultExpanded = false })
app/components/SidebarMenuSection.tsx:11
FunctionMessageList
(props: { chat_id: string })
app/components/MessageList.tsx:18
FunctionModelList
({ providerId, providerName, setCurretEditModal, setIsEditModelModalOpen, setIsCustomModelModalOpen,
app/components/admin/llm/ModelList.tsx:19
FunctionModelSelect
({ chatId }: { chatId: string | null })
app/components/ModelSelect.tsx:9
FunctionPOST
(req: NextRequest)
app/api/wecomProxy/route.ts:3
FunctionPOST
(req: NextRequest)
app/api/dingdingProxy/route.ts:32
FunctionPOST
(req: NextRequest)
app/api/responses/route.ts:10
FunctionPOST
(req: NextRequest)
app/api/completions/route.ts:11
FunctionPOST
(request: NextRequest)
app/api/admin/bot/import/route.ts:5
FunctionPage
()
app/page.tsx:3
FunctionPage
()
app/admin/page.tsx:5
FunctionPreviewSidebar
()
app/components/artifact/PreviewSidebar.tsx:10
FunctionProviderItem
(props: { className: string, data: { id: string; providerName: string; status?: boolean; } }
app/components/ProviderItem.tsx:5
FunctionProviderSettingPage
()
app/admin/llm/[provider]/page.tsx:6
← previousnext →201–300 of 501, ranked by callers