MCPcopy Create free account

hub / github.com/65jp/deep-research / functions

Functions92 in github.com/65jp/deep-research

↓ 58 callersFunctioncn
(...inputs: ClassValue[])
src/utils/style.ts:4
↓ 12 callersFunctiontranslate
(lang: string, systemInstruction?: string)
src/hooks/useArtifact.ts:49
↓ 11 callersFunctioncreateProvider
(type: "google")
src/hooks/useAiProvider.ts:8
↓ 6 callersFunctiongetSystemPrompt
()
src/utils/deep-research.ts:4
↓ 5 callersFunctionchangeReadingLevel
(level: string, systemInstruction?: string)
src/hooks/useArtifact.ts:68
↓ 5 callersFunctiongetResponseLanguagePrompt
(lang: string)
src/hooks/useDeepResearch.ts:24
↓ 4 callersFunctionadjustLength
(length: string, systemInstruction?: string)
src/hooks/useArtifact.ts:87
↓ 4 callersFunctiongetSERPQuerySchema
()
src/utils/deep-research.ts:104
↓ 4 callersFunctionuseFormField
()
src/components/ui/form.tsx:44
↓ 3 callersFunctionchangeMode
(mode: "markdown" | "WYSIWYM")
src/components/MilkdownEditor/index.tsx:60
↓ 3 callersFunctionhandleEditable
(enable: boolean)
src/components/MilkdownEditor/index.tsx:43
↓ 3 callersFunctionrunSearchTask
(queries: SearchTask[])
src/hooks/useDeepResearch.ts:77
↓ 3 callersFunctionuseDeepResearch
()
src/hooks/useDeepResearch.ts:48
↓ 2 callersFunctionconvertModelName
(name: string)
src/components/Setting.tsx:53
↓ 2 callersFunctioncreateNewResearch
()
src/components/Research/Topic.tsx:62
↓ 2 callersFunctiondownloadFile
( content: string, filename: string, fileType: string )
src/utils/file.ts:3
↓ 2 callersFunctionloadHistory
(id: string)
src/components/History.tsx:37
↓ 2 callersFunctionparseError
(err: unknown)
src/utils/error.ts:12
↓ 2 callersFunctionremoveJsonMarkdown
(text: string)
src/hooks/useDeepResearch.ts:28
↓ 2 callersFunctionsave
()
src/components/MilkdownEditor/index.tsx:66
↓ 2 callersFunctionuseAccurateTimer
()
src/hooks/useAccurateTimer.ts:3
↓ 2 callersFunctionuseModelProvider
()
src/hooks/useAiProvider.ts:5
↓ 1 callersFunctionAIWritePrompt
( content: string, prompt: string, systemInstruction: string = "" )
src/utils/artifact.ts:1
↓ 1 callersFunctionaddEmojisPrompt
( content: string, systemInstruction: string = "" )
src/utils/artifact.ts:120
↓ 1 callersFunctionadjustLengthPrompt
( content: string, length: string, systemInstruction: string = "" )
src/utils/artifact.ts:94
↓ 1 callersFunctionaskQuestions
()
src/hooks/useDeepResearch.ts:54
↓ 1 callersFunctionchangeLanguagePrompt
( content: string, lang: string, systemInstruction: string = "" )
src/utils/artifact.ts:33
↓ 1 callersFunctionchangeReadingLevelPrompt
( content: string, level: string, systemInstruction: string = "" )
src/utils/artifact.ts:59
↓ 1 callersFunctioncontinuationPrompt
( content: string, systemInstruction: string = "" )
src/utils/artifact.ts:146
↓ 1 callersFunctiondeepResearch
()
src/hooks/useDeepResearch.ts:195
↓ 1 callersFunctiondetectLanguage
()
src/utils/i18n.ts:18
↓ 1 callersFunctionformatDate
(timestamp: number)
src/components/History.tsx:28
↓ 1 callersFunctiongenerateQuestionsPrompt
(query: string)
src/utils/deep-research.ts:121
↓ 1 callersFunctiongenerateSerpQueriesPrompt
(query: string)
src/utils/deep-research.ts:128
↓ 1 callersFunctiongetFinakReportContent
()
src/components/Research/FinalReport.tsx:24
↓ 1 callersFunctiongetOutputGuidelinesPrompt
()
src/utils/deep-research.ts:20
↓ 1 callersFunctiongetSearchResultContent
(item: SearchTask)
src/components/Research/SearchResult.tsx:118
↓ 1 callersFunctionhandleDownloadPDF
()
src/components/Research/FinalReport.tsx:46
↓ 1 callersFunctionhandleRemove
(query: string)
src/components/Research/SearchResult.tsx:150
↓ 1 callersFunctionhandleScroll
()
src/components/FloatingMenu.tsx:28
↓ 1 callersFunctionhandleThemeChange
()
src/components/Theme/ToggleButton.tsx:11
↓ 1 callersFunctionhandleWriteFinalReport
()
src/components/Research/SearchResult.tsx:107
↓ 1 callersFunctionnormalizeLocale
(locale: string)
src/utils/i18n.ts:8
↓ 1 callersFunctionprocessSearchResultPrompt
(query: string, researchGoal: string)
src/utils/deep-research.ts:144
↓ 1 callersFunctionrefresh
()
src/hooks/useModel.ts:22
↓ 1 callersFunctionremoveHistory
(id: string)
src/components/History.tsx:48
↓ 1 callersFunctionreviewSearchResult
()
src/hooks/useDeepResearch.ts:113
↓ 1 callersFunctionreviewSerpQueriesPrompt
( query: string, learnings: string[], suggestion: string )
src/utils/deep-research.ts:152
↓ 1 callersFunctionupdateContent
(content: string)
src/components/MilkdownEditor/index.tsx:48
↓ 1 callersFunctionuseArtifact
({ value, onChange }: ArtifactProps)
src/hooks/useArtifact.ts:26
↓ 1 callersFunctionuseModel
()
src/hooks/useModel.ts:19
↓ 1 callersFunctionwriteFinalReport
()
src/hooks/useDeepResearch.ts:157
↓ 1 callersFunctionwriteFinalReportPrompt
(query: string, learnings: string[])
src/utils/deep-research.ts:176
FunctionAIWrite
(prompt: string, systemInstruction?: string)
src/hooks/useArtifact.ts:30
FunctionArtifact
(props: Props)
src/components/Artifact.tsx:38
FunctionButtonWithTooltip
( props: Props, forwardedRef: ForwardedRef<HTMLButtonElement> )
src/components/Button.tsx:20
FunctionDialogFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/dialog.tsx:70
FunctionDialogHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/dialog.tsx:56
FunctionDropdownMenuShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
src/components/ui/dropdown-menu.tsx:172
FunctionFeedback
()
src/components/Research/Feedback.tsx:28
FunctionFinalReport
()
src/components/Research/FinalReport.tsx:20
FunctionFloatingMenu
({ targetRef, children, fixedTopOffset = 10, }: FloatingMenuProps)
src/components/FloatingMenu.tsx:17
FunctionFormField
({ ...props }: ControllerProps<TFieldValues, TName>)
src/components/ui/form.tsx:31
FunctionHeader
()
src/components/Header.tsx:12
FunctionHistory
({ open, onClose }: HistoryProps)
src/components/History.tsx:32
FunctionHome
()
src/app/page.tsx:16
FunctionI18Provider
({ children }: { children: React.ReactNode })
src/components/I18nProvider.tsx:7
FunctionMilkdownEditor
(props: EditorProps)
src/components/MilkdownEditor/index.tsx:31
FunctionPOST
(req: NextRequest)
src/app/api/ai/google/[...slug]/route.ts:21
FunctionResearchGoal
({ milkdownEditor, goal, }: { milkdownEditor?: Crepe; goal: string; })
src/components/Research/SearchResult.tsx:54
FunctionRootLayout
({ children, }: Readonly<{ children: React.ReactNode; }>)
src/app/layout.tsx:31
FunctionSearchResult
()
src/components/Research/SearchResult.tsx:82
FunctionSetting
({ open, onClose }: SettingProps)
src/components/Setting.tsx:60
FunctionTaskState
({ state }: { state: SearchTask["state"] })
src/components/Research/SearchResult.tsx:44
FunctionThemeProvider
({ children, ...props }: ThemeProviderProps)
src/components/Theme/Provider.tsx:7
FunctionToaster
({ ...props }: ToasterProps)
src/components/ui/sonner.tsx:8
FunctionToggleButton
()
src/components/Theme/ToggleButton.tsx:7
FunctionTopic
()
src/components/Research/Topic.tsx:27
FunctionaddEmojis
(systemInstruction?: string)
src/hooks/useArtifact.ts:125
Functioncontinuation
(systemInstruction?: string)
src/hooks/useArtifact.ts:106
FunctionhandleClose
(open: boolean)
src/components/History.tsx:52
FunctionhandleClose
(open: boolean)
src/components/Setting.tsx:74
FunctionhandleError
(error: unknown)
src/hooks/useArtifact.ts:21
FunctionhandleError
(error: unknown)
src/hooks/useDeepResearch.ts:43
FunctionhandleSubmit
(values: z.infer<typeof formSchema>)
src/components/Setting.tsx:78
FunctionhandleSubmit
(values: z.infer<typeof formSchema>)
src/components/Research/SearchResult.tsx:130
FunctionhandleSubmit
(values: z.infer<typeof formSchema>)
src/components/Research/Feedback.tsx:50
FunctionhandleSubmit
(values: z.infer<typeof formSchema>)
src/components/Research/Topic.tsx:44
Functionmiddleware
(request: NextRequest)
src/middleware.ts:14
Functionstart
()
src/hooks/useAccurateTimer.ts:19
Functionstop
()
src/hooks/useAccurateTimer.ts:39
Functiontick
()
src/hooks/useAccurateTimer.ts:26