MCPcopy Create free account

hub / github.com/HiveNexus/HiveChat / functions

Functions501 in github.com/HiveNexus/HiveChat

↓ 1 callersFunctionfetchInitialData
()
app/admin/search/page.tsx:28
↓ 1 callersFunctionfetchLlmList
()
app/admin/llm/layout.tsx:34
↓ 1 callersFunctionfetchLlmModels
(providerId?: string)
app/admin/llm/actions.ts:65
↓ 1 callersFunctionfetchMcpServerList
()
app/admin/mcp/page.tsx:30
↓ 1 callersFunctionfetchProviderData
()
app/components/admin/llm/Settings.tsx:123
↓ 1 callersFunctionfetchRemoteModels
()
app/components/admin/llm/ManageAllModelModal.tsx:26
↓ 1 callersFunctionfetchSettings
()
app/components/loginModal.tsx:36
↓ 1 callersFunctionfetchSettings
()
app/components/admin/DefaultChatModel.tsx:12
↓ 1 callersFunctionfetchSettings
()
app/components/admin/DingdingSettingsModal.tsx:27
↓ 1 callersFunctionfetchSettings
()
app/components/admin/AuthProviderConfig.tsx:22
↓ 1 callersFunctionfetchSettings
()
app/components/admin/FeishuSettingsModal.tsx:27
↓ 1 callersFunctionfetchSettings
()
app/components/admin/EmailSettingsModal.tsx:31
↓ 1 callersFunctionfetchSettings
()
app/components/admin/WecomSettingsModal.tsx:28
↓ 1 callersFunctionfetchSettings
()
app/components/admin/ChatNaming.tsx:14
↓ 1 callersFunctionfetchSettings
()
app/(auth)/register/page.tsx:28
↓ 1 callersFunctionfetchSettings
()
app/(auth)/setup/page.tsx:38
↓ 1 callersFunctionfetchSettings
()
app/(auth)/login/page.tsx:50
↓ 1 callersFunctionfetchSettingsByKeys
(keys: Array<string>)
app/chat/actions/chat.ts:241
↓ 1 callersFunctionfetchToolList
(serverName: string)
app/admin/mcp/actions.ts:169
↓ 1 callersFunctionfetchUsage
()
app/chat/settings/account/page.tsx:60
↓ 1 callersFunctionfetchUserList
()
app/admin/users/list/page.tsx:84
↓ 1 callersFunctionfetchWithRetry
(url: string, options: RequestInit, maxRetries = 3, timeout = 10000)
app/api/dingdingProxy/route.ts:4
↓ 1 callersFunctiongeminiFunctionCallToMcpTool
( mcpTools: MCPTool[] | undefined, fcall: FunctionCall | undefined )
app/utils/mcpToolsClient.ts:194
↓ 1 callersFunctiongenerateTitle
( messages: RequestMessage[], model: LLMModel, onFinish: (message: string) => void, onError: () => voi
app/utils.ts:22
↓ 1 callersFunctiongetAllBotsInServer
()
app/admin/bot/action.ts:157
↓ 1 callersFunctiongetBotActionItems
(isTop: boolean)
app/components/ChatList.tsx:169
↓ 1 callersFunctiongetBotInfoInServer
(botId: number)
app/chat/actions/bot.ts:197
↓ 1 callersFunctiongetBotInfoInServer
(botId: number)
app/admin/bot/action.ts:138
↓ 1 callersFunctiongetBotListInServer
(page: number = 1, pageSize: number = 12, searchQuery?: string)
app/chat/actions/bot.ts:134
↓ 1 callersFunctiongetBrowserLanguage
()
app/chat/settings/account/page.tsx:42
↓ 1 callersFunctiongetChatInfoInServer
(chatId: string)
app/chat/actions/chat.ts:53
↓ 1 callersFunctiongetCookie
(name: string)
app/chat/settings/account/page.tsx:34
↓ 1 callersFunctiongetDbInstance
()
app/db/index.ts:7
↓ 1 callersMethodgetDefaultRetryable
* 获取默认的重试策略
types/mcpErrors.ts:127
↓ 1 callersMethodgetDefaultSeverity
* 获取默认的错误严重级别
types/mcpErrors.ts:100
↓ 1 callersFunctiongetDingdingAuthInfo
()
app/(auth)/actions.ts:197
↓ 1 callersFunctiongetEndpointBaseUrl
(providerId: string, inputUrl?: string | null)
app/components/admin/llm/Settings.tsx:54
↓ 1 callersFunctiongetEndpointExtraNotice
(apiStyle: string, inputEndpoint: string)
app/components/admin/llm/Settings.tsx:205
↓ 1 callersFunctiongetFeishuAuthInfo
()
app/(auth)/actions.ts:163
↓ 1 callersFunctiongetGreeting
()
app/chat/page.tsx:81
↓ 1 callersFunctiongetHelpLinks
(providerId: string)
app/components/admin/llm/Settings.tsx:78
↓ 1 callersFunctiongetLanguage
()
app/components/artifact/PreviewSidebar.tsx:248
↓ 1 callersFunctiongetLlmOriginConfigByProvider
(providerId: string)
app/utils/llms.ts:6
↓ 1 callersFunctiongetMcpServersAndAvailableTools
()
app/chat/actions/chat.ts:261
↓ 1 callersFunctiongetMessagesInServer
(chatId: string)
app/chat/actions/message.ts:48
↓ 1 callersFunctiongetProviderById
(providerId: string)
app/admin/llm/actions.ts:115
↓ 1 callersFunctiongetRemoteModelsByProvider
(providerId: string)
app/admin/llm/actions.ts:411
↓ 1 callersFunctiongetSearchResult
(keyword: string)
app/chat/actions/chat.ts:316
↓ 1 callersFunctiongetShortcutHint
()
app/components/AdaptiveTextarea.tsx:44
↓ 1 callersFunctiongetShortcutHint
()
app/components/InputArea.tsx:39
↓ 1 callersFunctiongetStandardMenuItems
(isStar: boolean)
app/components/ChatList.tsx:150
↓ 1 callersFunctiongetSubMap
(obj: Record<string, any>, keys: string[])
app/utils/mcpToolsClient.ts:24
↓ 1 callersFunctiongetUserModels
()
app/admin/llm/actions.ts:150
↓ 1 callersFunctiongetUserSettings
()
app/chat/settings/actions.ts:104
↓ 1 callersFunctiongetUserUsage
()
app/chat/settings/actions.ts:55
↓ 1 callersFunctiongetWecomAuthInfo
()
app/(auth)/actions.ts:179
↓ 1 callersFunctionhandleChangeSelect
(modelName: string, selected: boolean)
app/components/admin/llm/ModelList.tsx:76
↓ 1 callersFunctionhandleDeleteCustomModel
(modelName: string,)
app/components/admin/llm/ModelList.tsx:81
↓ 1 callersFunctionhandleDeleteGroup
(id: string)
app/admin/users/group/page.tsx:229
↓ 1 callersFunctionhandleDeleteMcpServer
(name: string)
app/admin/mcp/page.tsx:103
↓ 1 callersFunctionhandleDeleteProvider
(providerId: string)
app/components/admin/llm/Settings.tsx:110
↓ 1 callersFunctionhandleDeleteUser
(email: string)
app/admin/users/list/page.tsx:141
↓ 1 callersFunctionhandleEditGroup
(group: groupType)
app/admin/users/group/page.tsx:224
↓ 1 callersFunctionhandleEditMcpServer
(mcpInfo: FormValues)
app/admin/mcp/page.tsx:98
↓ 1 callersFunctionhandleEditUser
(userInfo: UserType)
app/admin/users/list/page.tsx:129
↓ 1 callersFunctionhandleImport
(file: File)
app/admin/bot/list/page.tsx:117
↓ 1 callersFunctionhandleInitialResponse
()
app/hooks/chat/useChat.ts:436
↓ 1 callersFunctionhandleResize
()
app/components/App.tsx:36
↓ 1 callersFunctionhandleResize
()
app/components/artifact/PreviewSidebar.tsx:71
↓ 1 callersFunctionhandleShowToolModal
(mcpServerName: string)
app/admin/mcp/page.tsx:116
↓ 1 callersFunctionhandleSubmit
(values: LoginFormValues)
app/components/loginModal.tsx:46
↓ 1 callersFunctionhandleSubmit
(values: SetupFormValues)
app/(auth)/setup/page.tsx:69
↓ 1 callersFunctionhideLogin
()
app/contexts/loginModalContext.tsx:25
↓ 1 callersFunctionimportBotsInServer
(botsData: Array<{ title: string; desc?: string; prompt: string; avatar: string; avatarType: 'emoji'
app/admin/bot/action.ts:174
↓ 1 callersFunctioninitBotData
()
app/chat/bot/[bot_id]/page.tsx:27
↓ 1 callersFunctioninitBotData
()
app/admin/bot/[bot_id]/page.tsx:24
↓ 1 callersFunctioninitData
()
app/components/App.tsx:51
↓ 1 callersFunctioninitializeAppSettings
()
app/components/ChatPrepare.tsx:78
↓ 1 callersFunctioninitializeBots
()
app/db/botSeed.ts:6
↓ 1 callersFunctioninitializeChatData
()
app/hooks/chat/useChat.ts:396
↓ 1 callersFunctioninitializeMcpInfo
()
app/components/ChatPrepare.tsx:24
↓ 1 callersFunctioninitializeModelList
()
app/components/ChatPrepare.tsx:55
↓ 1 callersFunctioninitializeModelList
()
app/admin/users/group/page.tsx:185
↓ 1 callersFunctioninitializeModelList
()
app/admin/default-models/page.tsx:17
↓ 1 callersFunctioninitializeModels
()
app/db/modelSeed.ts:36
↓ 1 callersFunctioninitializeProviders
()
app/db/providerSeed.ts:6
↓ 1 callersFunctionisEmailRegisteredUser
(user: UserType | null)
app/admin/users/list/page.tsx:70
↓ 1 callersFunctionmcpToolsToAnthropicTools
(mcpTools: MCPTool[])
app/utils/mcpToolsClient.ts:84
↓ 1 callersFunctionmcpToolsToGeminiTools
(mcpTools: MCPTool[] | undefined)
app/utils/mcpToolsClient.ts:165
↓ 1 callersFunctionmcpToolsToOpenAIResponseTools
(mcpTools: MCPTool[])
app/utils/mcpToolsClient.ts:57
↓ 1 callersFunctionmcpToolsToOpenAITools
(mcpTools: MCPTool[])
app/utils/mcpToolsClient.ts:70
↓ 1 callersFunctionopenAIResponseToolsToMcpTool
( mcpTools: MCPTool[] | undefined, llmTool: ResponseFunctionToolCall )
app/utils/mcpToolsClient.ts:113
↓ 1 callersFunctionopenAIToolsToMcpTool
( mcpTools: MCPTool[] | undefined, llmTool: ChatCompletionMessageToolCall )
app/utils/mcpToolsClient.ts:139
↓ 1 callersMethodprepareMessage
(messages: RequestMessage[])
app/provider/GeminiProvider.ts:23
↓ 1 callersMethodprepareMessage
(messages: RequestMessage[])
app/provider/ClaudeProvider.ts:25
↓ 1 callersMethodprepareMessage
(messages: RequestMessage[])
app/provider/OpenAIProvider.ts:74
↓ 1 callersMethodprepareMessage
(messages: RequestMessage[])
app/provider/OpenAIResponseProvider.ts:27
↓ 1 callersFunctionprepareMessageFromIndex
(index: number)
app/hooks/chat/useChat.ts:346
↓ 1 callersFunctionproxyGeminiStream
(response: Response, messageInfo: { chatId?: string, model: string, userId: string, provider
app/api/completions/proxyGeminiStream.ts:4
↓ 1 callersFunctionproxyOpenAiStream
(response: Response, messageInfo: { chatId?: string, model: string, userId: string, provider
app/api/completions/proxyClaudeStream.ts:4
← previousnext →101–200 of 501, ranked by callers