MCPcopy Create free account

hub / github.com/MODSetter/gpt-instagram / functions

Functions61 in github.com/MODSetter/gpt-instagram

↓ 30 callersFunctioncn
(...inputs: ClassValue[])
lib/utils.ts:4
↓ 8 callersFunctiontoast
({ ...props }: Toast)
components/ui/use-toast.ts:145
↓ 5 callersFunctiondispatch
(action: Action)
components/ui/use-toast.ts:136
↓ 4 callersFunctionuseFormField
()
components/ui/form.tsx:44
↓ 4 callersFunctionuseToast
()
components/ui/use-toast.ts:174
↓ 2 callersFunctionaddToRemoveQueue
(toastId: string)
components/ui/use-toast.ts:61
↓ 2 callersFunctioncreateGraph
()
app/ig/GraphConfig.ts:57
↓ 2 callersFunctionformatAgentSteps
(steps: AgentStep[])
app/ig/agents/IgPostGenerator.ts:184
↓ 2 callersFunctionmapDatatoHumanmessage
(data: z.infer<typeof ResearchedDataSchema>)
app/ig/agents/ViralCritique.ts:37
↓ 2 callersFunctionmapExplainedDatatoHumanmessage
(data: IgExplainedData[])
app/ig/agents/ExplanationCondenser.ts:32
↓ 1 callersFunctiondismiss
()
components/ui/use-toast.ts:153
↓ 1 callersFunctionextractPostSuggestionWithImages
( postData: z.infer<typeof responseSchema>, )
app/api/ig/edit/route.ts:28
↓ 1 callersFunctionfeedbacktoHumanmessage
(data: z.infer<typeof FeedbackSchema>)
app/ig/agents/IgPostGenerator.ts:81
↓ 1 callersFunctionformatAgentSteps
(steps: AgentStep[])
app/ig/AgentTester.ts:145
↓ 1 callersFunctiongenId
()
components/ui/use-toast.ts:30
↓ 1 callersFunctionisFeedBackOkay
(critiquefeedback: z.infer<typeof isFeedbackSchema>)
app/ig/agents/ViralCritique.ts:77
↓ 1 callersFunctionmapIgDatatoHumanmessage
(data: IGApiResponse[])
app/ig/AgentTester.ts:308
↓ 1 callersFunctionmapIgDatatoHumanmessage
(data: IGApiResponse[])
app/ig/agents/DataExplainer.ts:46
↓ 1 callersFunctionmapResearchDatatoHumanmessage
( data: z.infer<typeof ResearchedDataSchema>, )
app/ig/agents/IgPostGenerator.ts:111
↓ 1 callersFunctiononDelete
(postId: number)
components/ManageIgPosts.tsx:33
↓ 1 callersFunctiononEdit
(postId: number)
components/ManageIgPosts.tsx:53
↓ 1 callersFunctiononSave
(postToSave: PostSchema)
app/ig/manage/[id]/page.tsx:103
↓ 1 callersFunctionreducer
(state: State, action: Action)
components/ui/use-toast.ts:77
FunctionAlertDialogFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
components/ui/alert-dialog.tsx:62
FunctionAlertDialogHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
components/ui/alert-dialog.tsx:48
FunctionDELETE
(request: Request, context: { params: Params })
app/api/ig/[id]/route.ts:20
FunctionDropdownMenuShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
components/ui/dropdown-menu.tsx:171
FunctionFormField
({ ...props }: ControllerProps<TFieldValues, TName>)
components/ui/form.tsx:31
FunctionGET
(request: Request, context: { params: Params })
app/api/ig/[id]/route.ts:10
FunctionHome
()
app/page.tsx:31
FunctionIg
()
app/ig/page.tsx:11
FunctionManageIgPosts
({ data }: { data: igpostsdataschema[] })
components/ManageIgPosts.tsx:28
FunctionManagePost
({ params: { id }, }: ManagePageProps)
app/ig/manage/[id]/page.tsx:40
FunctionPATCH
(req: NextRequest)
app/api/ig/save/route.ts:6
FunctionPOST
(req: NextRequest)
app/api/ig/edit/route.ts:37
FunctionPOST
(req: NextRequest)
app/api/ig/generate/route.ts:7
FunctionRootLayout
({ children, }: { children: React.ReactNode; })
app/layout.tsx:13
FunctionThemeProvider
({ children, ...props }: ThemeProviderProps)
app/theme-provider.tsx:7
FunctionThemeToggler
()
app/theme-toggle.tsx:15
FunctionToaster
()
components/ui/toaster.tsx:13
Method_call
(input: z.infer<typeof this.schema>)
app/ig/agents/IgPostGenerator.ts:55
Method_call
(input: z.infer<typeof this.schema>)
app/ig/agents/ExplanationCondenser.ts:27
Method_call
(input: z.infer<typeof this.schema>)
app/ig/agents/DataExplainer.ts:31
Method_call
(input: z.infer<typeof this.schema>)
app/ig/agents/ViralCritique.ts:32
FunctiondataExptesterFunc
()
app/ig/AgentTester.ts:301
FunctionexpCondtesterFunc
()
app/ig/AgentTester.ts:198
FunctionextractCondencedExplanation
( state: GraphState, )
app/ig/agents/ExplanationCondenser.ts:61
FunctionextractDataExplanation
( state: GraphState, )
app/ig/agents/DataExplainer.ts:36
FunctionextractPostSuggestions
( state: GraphState, )
app/ig/agents/IgPostGenerator.ts:194
FunctionextractPostSuggestionsWithImages
( state: GraphState, )
app/ig/agents/ImageGenerator.ts:22
FunctionigPostGentesterFunc
()
app/ig/AgentTester.ts:41
FunctionimgGentesterFunc
()
app/ig/AgentTester.ts:510
FunctiononSubmit
(values: z.infer<typeof formSchema>)
app/page.tsx:38
FunctiononSubmit
(values: z.infer<typeof formSchema>)
app/ig/manage/[id]/page.tsx:67
FunctionstructuredOutputParser
( message: AIMessage, )
app/ig/AgentTester.ts:107
FunctionstructuredOutputParser
( message: AIMessage, )
app/ig/agents/IgPostGenerator.ts:146
FunctiontestGraph
()
app/ig/AgentTester.ts:19
Functionupdate
(props: ToasterToast)
components/ui/use-toast.ts:148
FunctionverifyQuality
( state: GraphState, )
app/ig/GraphConfig.ts:39
FunctionviralCritiquer
( state: GraphState, )
app/ig/agents/ViralCritique.ts:92
FunctionviralCritiquetesterFunc
()
app/ig/AgentTester.ts:383