MCPcopy Create free account

hub / github.com/developersdigest/llm-answer-engine / functions

Functions115 in github.com/developersdigest/llm-answer-engine

↓ 47 callersFunctioncn
(...inputs: ClassValue[])
lib/utils/index.tsx:4
↓ 5 callersFunctiondispatch
(action: Action)
components/ui/use-toast.ts:131
↓ 4 callersFunctionuseCarousel
()
components/ui/carousel.tsx:35
↓ 2 callersFunctionaddToRemoveQueue
(toastId: string)
components/ui/use-toast.ts:56
↓ 2 callersFunctionhandleUserMessageSubmission
(payload: { logo: any; message: string; mentionTool: string | null, file: string })
app/page.tsx:190
↓ 1 callersFunctionbraveSearch
(message: string, numberOfPagesToScan = config.numberOfPagesToScan)
app/tools/searchProviders.tsx:18
↓ 1 callersFunctioncheckRateLimit
(streamable: any)
app/tools/rateLimiting.tsx:16
↓ 1 callersFunctionclearSemanticCache
(userMessage: string)
app/tools/semanticCache.tsx:19
↓ 1 callersFunctiondismiss
()
components/ui/use-toast.ts:148
↓ 1 callersFunctionextractMainContent
(html: string)
app/tools/contentProcessing.tsx:47
↓ 1 callersFunctionextractMainContent
(html, link)
express-api/index.js:82
↓ 1 callersFunctionfetchPageContent
(link)
express-api/index.js:67
↓ 1 callersFunctionfetchWithTimeout
(url: string, options: RequestInit = {}, timeout = 800)
app/tools/contentProcessing.tsx:33
↓ 1 callersFunctionfunctionCalling
(query: string)
app/function-calling.tsx:88
↓ 1 callersFunctiongenId
()
components/ui/use-toast.ts:25
↓ 1 callersFunctiongenerateFollowUpQuestions
(responseText)
express-api/index.js:139
↓ 1 callersFunctionget10BlueLinksContents
(sources: SearchResult[])
app/tools/contentProcessing.tsx:32
↓ 1 callersFunctiongetFromSemanticCache
(userMessage: string)
app/tools/semanticCache.tsx:32
↓ 1 callersFunctiongetImages
(message: string)
app/tools/searchProviders.tsx:103
↓ 1 callersFunctiongetSearchResults
(userMessage: string)
app/tools/searchProviders.tsx:5
↓ 1 callersFunctiongetVideos
(message: string)
app/tools/searchProviders.tsx:152
↓ 1 callersFunctiongetYouTubeVideoId
(url: string)
components/answer/VideosComponent.tsx:119
↓ 1 callersFunctiongoogleSearch
(message: string, numberOfPagesToScan = config.numberOfPagesToScan)
app/tools/searchProviders.tsx:46
↓ 1 callersFunctionhandleClose
()
components/answer/RateLimit.tsx:5
↓ 1 callersFunctionhandleFaviconLoad
(index: number)
components/answer/SearchResultsComponent.tsx:34
↓ 1 callersFunctionhandleFileUpload
(file: File)
app/page.tsx:291
↓ 1 callersFunctionhandleFormSubmit
(e: React.FormEvent<HTMLFormElement>)
app/page.tsx:172
↓ 1 callersFunctionhandleImageLoad
(index: number)
components/answer/VideosComponent.tsx:34
↓ 1 callersFunctionhandleImageLoad
(index: number)
components/answer/ImagesComponent.tsx:42
↓ 1 callersFunctionhandleQuestionClick
(question: string)
components/answer/FollowUpComponent.tsx:15
↓ 1 callersFunctionhandleQuestionClick
(question: string)
components/answer/InitialQueries.tsx:10
↓ 1 callersFunctionhandleScroll
()
lib/hooks/use-at-bottom.tsx:7
↓ 1 callersFunctionhandleSubmit
(payload: { message: string; mentionTool: string | null, logo: string | null, file: string })
app/page.tsx:168
↓ 1 callersFunctionhandleVideoSelect
(link: string)
components/answer/VideosComponent.tsx:43
↓ 1 callersFunctioninitializeSemanticCache
()
app/tools/semanticCache.tsx:26
↓ 1 callersFunctionlookupTool
(mentionTool: string, userMessage: string, streamable: any, file?: string)
app/tools/mentionTools.tsx:21
↓ 1 callersFunctionmyAction
(userMessage: string, mentionTool: string | null, logo: string | null, file: string)
app/action.tsx:14
↓ 1 callersFunctionnormalizeData
(docs)
express-api/index.js:60
↓ 1 callersFunctionprocessAndVectorizeContent
( contents: ContentResult[], query: string, textChunkSize = config.textChunkSize, textChunkOve
app/tools/contentProcessing.tsx:80
↓ 1 callersFunctionreducer
(state: State, action: Action)
components/ui/use-toast.ts:72
↓ 1 callersFunctionrelevantQuestions
(sources: SearchResult[], userMessage: String)
app/tools/generateRelevantQuestions.tsx:24
↓ 1 callersFunctionrephraseInput
(inputString)
express-api/index.js:31
↓ 1 callersFunctionsearchEngineForSources
(message)
express-api/index.js:45
↓ 1 callersFunctionserperSearch
(message: string, numberOfPagesToScan = config.numberOfPagesToScan)
app/tools/searchProviders.tsx:69
↓ 1 callersFunctionsetInSemanticCache
(userMessage: string, data: any)
app/tools/semanticCache.tsx:13
↓ 1 callersFunctionstreamingChatCompletion
( userMessage: string, vectorResults: any, streamable: any )
app/tools/streamingChatCompletion.tsx:19
↓ 1 callersFunctionuseAtBottom
(offset = 0)
lib/hooks/use-at-bottom.tsx:3
↓ 1 callersFunctionuseEnterSubmit
()
lib/hooks/use-enter-submit.tsx:3
↓ 1 callersFunctionuseToast
()
components/ui/use-toast.ts:169
FunctionChatScrollAnchor
({ trackVisibility }: ChatScrollAnchorProps)
lib/hooks/chat-scroll-anchor.tsx:11
FunctionDialogFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
components/ui/dialog.tsx:70
FunctionDialogHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
components/ui/dialog.tsx:56
FunctionExternalLink
({ href, children, }: { href: string; children: React.ReactNode; })
components/external-link.tsx:1
FunctionFinancialChart
({ ticker }: { ticker: string })
components/answer/FinancialChart.tsx:18
FunctionFollowUpComponent
({ followUp, handleFollowUpClick }: { followUp: FollowUp; handleFollowUpClick: (question: string) => void })
components/answer/FollowUpComponent.tsx:14
FunctionHeader
()
components/header.tsx:7
FunctionIconAI
({ className, ...props }: React.ComponentProps<'svg'>)
components/ui/icons.tsx:7
FunctionIconArrowElbow
({ className, ...props }: React.ComponentProps<'svg'>)
components/ui/icons.tsx:116
FunctionIconArrowRight
({ className, ...props }: React.ComponentProps<'svg'>)
components/ui/icons.tsx:74
FunctionIconCheck
({ className, ...props }: React.ComponentProps<'svg'>)
components/ui/icons.tsx:172
FunctionIconChevronUpDown
({ className, ...props }: React.ComponentProps<'svg'>)
components/ui/icons.tsx:245
FunctionIconClose
({ className, ...props }: React.ComponentProps<'svg'>)
components/ui/icons.tsx:186
FunctionIconCopy
({ className, ...props }: React.ComponentProps<'svg'>)
components/ui/icons.tsx:158
FunctionIconExternalLink
({ className, ...props }: React.ComponentProps<'svg'>)
components/ui/icons.tsx:228
FunctionIconGitHub
({ className, ...props }: React.ComponentProps<'svg'>)
components/ui/icons.tsx:39
FunctionIconMessage
({ className, ...props }: React.ComponentProps<'svg'>)
components/ui/icons.tsx:144
FunctionIconPlus
({ className, ...props }: React.ComponentProps<'svg'>)
components/ui/icons.tsx:102
FunctionIconSeparator
({ className, ...props }: React.ComponentProps<'svg'>)
components/ui/icons.tsx:55
FunctionIconShare
({ className, ...props }: React.ComponentProps<'svg'>)
components/ui/icons.tsx:200
FunctionIconSparkles
({ className, ...props }: React.ComponentProps<'svg'>)
components/ui/icons.tsx:262
FunctionIconSpinner
({ className, ...props }: React.ComponentProps<'svg'>)
components/ui/icons.tsx:130
FunctionIconUser
({ className, ...props }: React.ComponentProps<'svg'>)
components/ui/icons.tsx:88
FunctionIconUsers
({ className, ...props }: React.ComponentProps<'svg'>)
components/ui/icons.tsx:214
FunctionIconVercel
({ className, ...props }: React.ComponentProps<'svg'>)
components/ui/icons.tsx:22
FunctionImage
({ src, query }: ImageProps)
components/answer/ImageGenerationComponent.tsx:8
FunctionImagesComponent
({ images })
components/answer/ImagesComponent.tsx:33
FunctionImagesSkeleton
()
components/answer/ImagesComponent.tsx:50
FunctionInitialQueries
({ questions, handleFollowUpClick }: InitialQueriesProps)
components/answer/InitialQueries.tsx:9
FunctionLLMResponseComponent
({ llmResponse, currentLlmResponse, index, semanticCacheKey, isolatedView, logo }: LLMResponseComponentProps)
components/answer/LLMResponseComponent.tsx:81
FunctionLocationSidebar
({ places }: { places: Place[] })
components/answer/MapDetails.tsx:18
FunctionMap
({ places }: { places: Place[] })
components/answer/Map.tsx:24
FunctionModal
({ message, onClose }: { message: string; onClose: () => void })
components/answer/LLMResponseComponent.tsx:14
FunctionPage
()
app/page.tsx:123
FunctionProviders
({ children, ...props }: ThemeProviderProps)
components/providers.tsx:9
FunctionRateLimit
()
components/answer/RateLimit.tsx:3
FunctionRootLayout
({ children, }: Readonly<{ children: React.ReactNode; }>)
app/layout.tsx:47
FunctionSearchResultsComponent
({ searchResults }: { searchResults: SearchResult[] })
components/answer/SearchResultsComponent.tsx:17
FunctionSearchResultsSkeleton
()
components/answer/SearchResultsComponent.tsx:43
FunctionShoppingComponent
({ shopping })
components/answer/ShoppingComponent.tsx:26
FunctionShoppingSkeleton
()
components/answer/ShoppingComponent.tsx:32
FunctionSkeletonLoader
()
components/answer/LLMResponseComponent.tsx:66
FunctionSpotify
({ spotify }: { spotify: string })
components/answer/Spotify.tsx:3
FunctionStreamingComponent
({ currentLlmResponse }: { currentLlmResponse: string })
components/answer/LLMResponseComponent.tsx:41
FunctionToaster
()
components/ui/toaster.tsx:13
FunctionUserMessageComponent
({ message })
components/answer/UserMessageComponent.tsx:7
FunctionVideosComponent
({ videos })
components/answer/VideosComponent.tsx:23
FunctionVideosSkeleton
()
components/answer/VideosComponent.tsx:48
FunctionbrightDataWebScraper
(mentionTool: string, userMessage: string, streamable: any)
app/tools/mentionFunctions/structuredUnlockSummarize.ts:17
FunctionfalAiStableDiffusion3Medium
(mentionTool: string, userMessage: string, streamable: any)
app/tools/mentionFunctions/falAiStableDiffusion3Medium.ts:3
FunctionfetchAndProcess
(item)
express-api/index.js:90
next →1–100 of 115, ranked by callers