MCPcopy Index your code

hub / github.com/LazyBoyJgn99/deepseek-webui / functions

Functions75 in github.com/LazyBoyJgn99/deepseek-webui

↓ 3 callersFunctionexecuteFunctionCall
( functionDef: FunctionDefinition, args: Record<string, any> )
src/lib/api/function-handler.ts:5
↓ 2 callersFunctionformatDate
(timestamp: number)
src/lib/utils/index.ts:1
↓ 2 callersFunctionprocessRequestBody
(args: Record<string, any>, parameters: any)
src/lib/utils/function-utils.ts:25
↓ 1 callersFunctionchatCompletion
( messages: ChatCompletionMessageParam[], settings: Settings, apiKey: string, onStream?: (content: str
src/lib/api/deepseek.ts:19
↓ 1 callersFunctionfetchBalance
()
src/components/layout/balance-display.tsx:15
↓ 1 callersFunctionflattenObject
(obj: Record<string, any>, prefix = '')
src/lib/utils/function-utils.ts:7
↓ 1 callersFunctiongetBalance
(apiKey: string)
src/lib/api/deepseek.ts:287
↓ 1 callersFunctionhandleDelete
(id: string)
src/components/settings/function-settings.tsx:69
↓ 1 callersFunctionhandleDelete
(id: string)
src/components/settings/workflow-settings.tsx:32
↓ 1 callersFunctionhandleDelete
(id: string)
src/app/(main)/templates/page.tsx:38
↓ 1 callersFunctionhandleEdit
(template: Template)
src/app/(main)/templates/page.tsx:33
↓ 1 callersFunctionhandleFileRemove
(file: UploadFile)
src/components/chat/chat-input.tsx:63
↓ 1 callersFunctionhandleSubmit
(e?: React.FormEvent)
src/components/chat/chat-input.tsx:135
↓ 1 callersFunctionisValidRoute
(path: string)
src/components/layout/route-guard.tsx:10
↓ 1 callersFunctionopenUploadFile
(file: File, apiKey: string)
src/lib/api/deepseekopenapi.ts:351
↓ 1 callersFunctionprocessFormValues
(values: Record<string, any>)
src/components/settings/function-test-modal.tsx:94
↓ 1 callersFunctionprocessUrlParameters
(url: string, args: Record<string, any>)
src/lib/utils/function-utils.ts:46
↓ 1 callersFunctionrenderNestedFormItems
( paramName: string, paramDef: any, required: boolean = false, parentPath: string[] = [] )
src/components/settings/function-test-modal.tsx:22
↓ 1 callersFunctionscrollToBottom
()
src/components/chat/chat-window.tsx:21
↓ 1 callersFunctionsendMessage
(content: string, reasoning_content?: string)
src/components/chat/chat-input.tsx:68
↓ 1 callersFunctiontestFunction
( func: FunctionDefinition, args: Record<string, any> )
src/lib/api/function-tester.ts:57
↓ 1 callersFunctionuseChatShortcuts
({ onSend, onClear }: ShortcutConfig)
src/hooks/use-chat-shortcuts.ts:9
↓ 1 callersFunctionvalidateMessages
(messages: ChatCompletionMessageParam[], model: string)
src/lib/api/deepseek.ts:9
↓ 1 callersFunctionvalidateMessages
(messages: ChatCompletionMessageParam[], model: string)
src/lib/api/deepseekopenapi.ts:8
↓ 1 callersFunctionvalidateObjectStructure
( value: any, paramDef: any, path: string[] = [] )
src/lib/api/function-tester.ts:17
FunctionApiSettings
()
src/components/settings/api-settings.tsx:7
FunctionBalanceDisplay
()
src/components/layout/balance-display.tsx:10
FunctionChatInput
()
src/components/chat/chat-input.tsx:16
FunctionChatPage
()
src/app/(main)/chat/page.tsx:7
FunctionChatToolbar
()
src/components/chat/chat-toolbar.tsx:8
FunctionChatWindow
()
src/components/chat/chat-window.tsx:14
FunctionFunctionSettings
()
src/components/settings/function-settings.tsx:27
FunctionFunctionTestModal
({ open, func, onClose }: Props)
src/components/settings/function-test-modal.tsx:114
FunctionFunctionsPage
()
src/app/(main)/functions/page.tsx:7
FunctionHome
()
src/app/page.tsx:8
FunctionMainLayout
({ children, }: { children: React.ReactNode; })
src/components/layout/main-layout.tsx:10
FunctionMainLayoutWrapper
({ children, }: { children: React.ReactNode; })
src/app/(main)/layout.tsx:3
FunctionNavMenu
()
src/components/layout/nav-menu.tsx:42
FunctionPageBreadcrumb
()
src/components/layout/breadcrumb.tsx:15
FunctionRootLayout
({ children, }: { children: React.ReactNode; })
src/app/layout.tsx:17
FunctionRouteGuard
({ children }: { children: React.ReactNode })
src/components/layout/route-guard.tsx:16
FunctionSettingsPage
()
src/app/(main)/settings/page.tsx:31
FunctionSettingsPanel
()
src/components/settings/settings-panel.tsx:9
FunctionTemplateForm
({ data, onSubmit, onCancel }: TemplateFormProps)
src/components/templates/template-form.tsx:13
FunctionTemplateSelector
({ onSelect, disabled }: TemplateSelectorProps)
src/components/chat/template-selector.tsx:14
FunctionTemplatesPage
()
src/app/(main)/templates/page.tsx:12
FunctionWorkflowSettings
()
src/components/settings/workflow-settings.tsx:9
FunctionWorkflowsPage
()
src/app/(main)/workflows/page.tsx:7
FunctionchatCompletion
( messages: ChatCompletionMessageParam[], settings: Settings, apiKey: string, onStream?: (content: str
src/lib/api/deepseekopenapi.ts:18
FunctionconfirmClear
()
src/components/chat/chat-toolbar.tsx:16
Methodconstructor
(message: string, public code?: number)
src/lib/api/coze.ts:38
Methodconstructor
(message: string, public code?: number)
src/lib/api/deepseekopenapi.ts:340
FunctiongenerateMessageId
()
src/lib/utils/index.ts:12
FunctiongetBalance
(apiKey: string)
src/lib/api/deepseekopenapi.ts:268
FunctiongetWorkflowRunResult
( workflow_run_id: string, apiKey: string )
src/lib/api/coze.ts:155
FunctionhandleChange
(id: string | null)
src/components/chat/template-selector.tsx:18
FunctionhandleClear
()
src/components/chat/chat-input.tsx:180
FunctionhandleClear
()
src/components/chat/chat-toolbar.tsx:12
FunctionhandleClose
()
src/components/settings/function-test-modal.tsx:133
FunctionhandleCopyCode
(code: string)
src/components/chat/message-content.tsx:41
FunctionhandleExport
()
src/components/chat/chat-input.tsx:155
FunctionhandleExport
()
src/components/chat/chat-toolbar.tsx:22
FunctionhandleFileUpload
(file: File)
src/components/chat/chat-input.tsx:31
FunctionhandleKeyDown
(e: KeyboardEvent)
src/hooks/use-chat-shortcuts.ts:11
FunctionhandleSubmit
(values: { apiKey: string })
src/components/settings/api-settings.tsx:12
FunctionhandleSubmit
(values: FunctionFormData)
src/components/settings/function-settings.tsx:34
FunctionhandleSubmit
(values: ChatSettings)
src/components/settings/settings-panel.tsx:14
FunctionhandleSubmit
(values: any)
src/components/settings/workflow-settings.tsx:15
FunctionhandleSubmit
(values: any)
src/app/(main)/templates/page.tsx:17
FunctionhandleTemplateSelect
(prompt: string)
src/components/chat/chat-input.tsx:190
FunctionhandleTest
(values: FormData)
src/components/settings/function-test-modal.tsx:119
FunctionopenChatCompletion
({ chat_session_id, parent_message_id, prompt, ref_file_ids, search_enabled = false, thinking_enab
src/lib/api/deepseekopenapi.ts:408
FunctionopenCreateSession
(character_id: string | null = null, apiKey: string)
src/lib/api/deepseekopenapi.ts:382
FunctionworkflowRun
( workflow_id: string, input: Record<string, any>, apiKey: string )
src/lib/api/coze.ts:50
FunctionworkflowStreamRun
( workflow_id: string, input: Record<string, any>, apiKey: string, onStream?: (content: string) => voi
src/lib/api/coze.ts:87