MCPcopy Create free account

hub / github.com/Nutlope/turboseek / functions

Functions20 in github.com/Nutlope/turboseek

↓ 2 callersFunctionhandleDisplayResult
(newQuestion?: string)
app/page.tsx:25
↓ 2 callersFunctionreset
()
app/page.tsx:107
↓ 1 callersFunctionhandleClickSuggestion
(value: string)
components/Hero.tsx:16
↓ 1 callersFunctionhandleSimilarQuestions
( question: string, sources: SearchResults[], )
app/page.tsx:95
↓ 1 callersFunctionhandleSourcesAndAnswer
(question: string)
app/page.tsx:38
↓ 1 callersFunctionstripHtml
(html: string)
components/Answer.tsx:6
FunctionAnswer
({ answer }: { answer: string })
components/Answer.tsx:4
FunctionFooter
()
components/Footer.tsx:4
FunctionHeader
()
components/Header.tsx:3
FunctionHero
({ promptValue, setPromptValue, handleDisplayResult, })
components/Hero.tsx:11
FunctionHome
()
app/page.tsx:14
FunctionInputArea
({ promptValue, setPromptValue, handleDisplayResult, disabled, reset, })
components/InputArea.tsx:13
FunctionPOST
(request: Request)
app/api/getSimilarQuestions/route.ts:63
FunctionPOST
(request: Request)
app/api/getAnswer/route.ts:7
FunctionPOST
(request: Request)
app/api/getSources/route.ts:7
FunctionRootLayout
({ children, }: Readonly<{ children: React.ReactNode; }>)
app/layout.tsx:39
FunctionSimilarTopics
({ similarQuestions, handleDisplayResult, reset, }: { similarQuestions: string[]; handleDisplayResul
components/SimilarTopics.tsx:3
FunctionSourceCard
({ source }: { source: SearchResults })
components/SourceCard.tsx:4
FunctionSources
({ sources, isLoading, }: { sources: SearchResults[]; isLoading: boolean; })
components/Sources.tsx:5
FunctionTypeAnimation
()
components/TypeAnimation.tsx:1